We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The purpose of this table is to stock all the campus (Paris, Cluj, etc...)
CAMPUS ( ID INT NOT NULL PRIMARY KEY, userCount BIGINT, name VARCHAR(100), country VARCHAR(60), address VARCHAR(255), timeZone VARCHAR(100), created TIMESTAMP DEFAULT CURRENT_TIMESTAMP ) ENGINE = InnoDB;
Table of contents