taskcafe/migrations/0014_add-owner-column-to-project-table.up.sql

2 lines
52 B
SQL

ALTER TABLE project ADD COLUMN owner uuid NOT NULL;