Skip to content
Yoann Fuks edited this page Oct 31, 2018 · 2 revisions

CAMPUS

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;
Clone this wiki locally