Add the rest
This commit is contained in:
7
src/sql/initial-table.sql
Normal file
7
src/sql/initial-table.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
create table absent_players (
|
||||
user_id int NOT NULL,
|
||||
user_name varchar(20) NOT NULL,
|
||||
date_ab date NOT NULL,
|
||||
reason_ab varchar(200),
|
||||
has_passed int DEFAULT 0);
|
||||
/
|
||||
Reference in New Issue
Block a user