SimpleNotes/api/resources/db/migration/V5__Update_note_table.sql

6 lines
110 B
SQL

ALTER TABLE `Notes`
DROP COLUMN `last_viewed`;
ALTER TABLE `Notes`
ADD COLUMN `updated_at` datetime;