Is there any simple way to change the definition of a column in sqlite database? we can do this in sqlserver using a sql statement like this: alter table <tablename> alter column <column definition>....
- [sqlite] how to change SQLite column definition qinligeng
- RE: [sqlite] how to change SQLite column definition Dennis Povshedny