CREATE TABLE organizations ( id VARCHAR NOT NULL PRIMARY KEY, owner_id VARCHAR NOT NULL UNIQUE REFERENCES users(id), name VARCHAR NOT NULL );