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