2 lines
100 B
SQL
2 lines
100 B
SQL
ALTER TABLE team ADD COLUMN organization_id uuid NOT NULL REFERENCES organization(organization_id);
|