mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
Initial commit
This commit is contained in:
8
database/schema.sql
Normal file
8
database/schema.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `warns` (
|
||||
`id` int(11) NOT NULL,
|
||||
`user_id` varchar(20) NOT NULL,
|
||||
`server_id` varchar(20) NOT NULL,
|
||||
`moderator_id` varchar(20) NOT NULL,
|
||||
`reason` varchar(255) NOT NULL,
|
||||
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
Reference in New Issue
Block a user