Skip to content
Snippets Groups Projects
Commit 8015ccce authored by Shrey Patel's avatar Shrey Patel
Browse files

updated sql file

parent 3fe4836a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS ORGANIZATION ( ...@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS ORGANIZATION (
CONSTRAINT fk_user_organization FOREIGN KEY (ownerEmail) REFERENCES USER (email) CONSTRAINT fk_user_organization FOREIGN KEY (ownerEmail) REFERENCES USER (email)
); );
CREATE TABLE IF NOT EXISTS MANAGER ( CREATE TABLE IF NOT EXISTS ORGANIZATION_ROSTER (
userEmail VARCHAR(128) NOT NULL, userEmail VARCHAR(128) NOT NULL,
organizationId INT NOT NULL, organizationId INT NOT NULL,
type ENUM('MEMBER', 'MANAGER') NOT NULL, type ENUM('MEMBER', 'MANAGER') NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment