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

3 lines
59 B
SQL

ALTER TABLE `Chapters`
ADD COLUMN `title` varchar(50);