forgot adding sql create tables file
This commit is contained in:
parent
69e0d95361
commit
dcc080e432
7
stoat_admin_activity_ze/sql/create_tables.sql
Normal file
7
stoat_admin_activity_ze/sql/create_tables.sql
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
CREATE TABLE unloze_playtimestats.admin_activity_ze (
|
||||||
|
`name` varchar(255) NOT NULL,
|
||||||
|
`steamid` varchar(255) NOT NULL,
|
||||||
|
`ze_time_start_week` bigint(20) NOT NULL,
|
||||||
|
`inserted_on` datetime DEFAULT current_timestamp(),
|
||||||
|
PRIMARY KEY (`steamid`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||||
Loading…
Reference in New Issue
Block a user