Fix SQLite ALTER TABLE for updated_at column
- Remove DEFAULT CURRENT_TIMESTAMP from SQLite CREATE TABLE for updated_at - Modify ALTER TABLE to add column without default and update existing rows - Ensure compatibility with SQLite's ALTER TABLE restrictions
Showing
Please
register
or
sign in
to comment