Skip to content

Coalitions

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

COALITIONS

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