Closed didactic-drunk closed 5 years ago
Existing tables created by another tool use upper case names. When attempting to add_index the table is recreated but errors because the type matching is case sensitive.
Even specifying your own type cut and paste from Sqlite examples. Try 'INT PRIMARY KEY' then use .change_table
.
@didactic-drunk will merge after rebase
Describe the use-case of this downcasing