mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-14 17:11:47 +00:00
feat: dev-web - update pojo and database schema
This commit is contained in:
@@ -19,6 +19,9 @@ CREATE TABLE IF NOT EXISTS game
|
||||
id INT NOT NULL AUTO_INCREMENT,
|
||||
difficulty VARCHAR(255) NOT NULL,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
nb_rounds INT NOT NULL,
|
||||
nb_colors INT NOT NULL,
|
||||
nb_values_per_color INT NOT NULL,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user