taskcafe/api/migrations/0028_add-complete-column-to-task-table.up.sql
2020-06-18 18:12:15 -05:00

2 lines
69 B
SQL

ALTER TABLE task ADD COLUMN complete boolean NOT NULL DEFAULT FALSE;