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>....

Reply via email to