-
Notifications
You must be signed in to change notification settings - Fork 1
Coalitions
Yoann Fuks edited this page Oct 31, 2018
·
2 revisions
The purpose of this table is to stock all coalitions (The Federation, The Alliance, etc...)
COALITIONS
(
ID INT NOT NULL PRIMARY KEY,
name VARCHAR(255),
score BIGINT,
color VARCHAR(10),
imageUrl VARCHAR(255),
updated TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
created TIMESTAMP DEFAULT CURRENT_TIMESTAMP
) ENGINE = InnoDB;