SQLite doesn’t support removing or modifying columns, apparently. But do remember that column data types aren’t rigid in SQLite, either.
See also:
- SQLite Modify Column
SQLite doesn’t support removing or modifying columns, apparently. But do remember that column data types aren’t rigid in SQLite, either.
See also: