Skip to content
Yoann Fuks edited this page Oct 31, 2018 · 1 revision

CURSUS

The purpose of this tables is to stock all the cursus (42, Piscine C, etc...)

CURSUS
(
ID INT NOT NULL PRIMARY KEY,
name VARCHAR(255),
created TIMESTAMP DEFAULT CURRENT_TIMESTAMP
) ENGINE = InnoDB;
Clone this wiki locally