core/lib/sqlparse/create.py [789:795]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    idx_col = models.IndexColumn()
                    idx_col.name = name
                    idx_col.order = order
                    if order.upper() == "DESC":
                        table.has_80_features = True
                    if length:
                        idx_col.length = length
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/lib/sqlparse/create.py [827:833]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            idx_col = models.IndexColumn()
                            idx_col.name = name
                            idx_col.order = order
                            if order.upper() == "DESC":
                                table.has_80_features = True
                            if length:
                                idx_col.length = length
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



