2 lines
98 B
SQL
2 lines
98 B
SQL
-- Rename the column without dropping it
|
|
ALTER TABLE news RENAME COLUMN created_at TO "createdAt"; |