mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-03-10 16:34:40 +00:00
mysql compatibility
This commit is contained in:
@@ -6,8 +6,8 @@ CREATE TABLE IF NOT EXISTS `sa_warns` (
|
|||||||
`admin_name` varchar(128) NOT NULL,
|
`admin_name` varchar(128) NOT NULL,
|
||||||
`reason` varchar(255) NOT NULL,
|
`reason` varchar(255) NOT NULL,
|
||||||
`duration` int(11) NOT NULL,
|
`duration` int(11) NOT NULL,
|
||||||
`ends` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
`ends` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
`created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
`server_id` int(11) DEFAULT NULL,
|
`server_id` int(11) DEFAULT NULL,
|
||||||
`status` enum('ACTIVE','EXPIRED','') NOT NULL DEFAULT 'ACTIVE',
|
`status` enum('ACTIVE','EXPIRED','') NOT NULL DEFAULT 'ACTIVE',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
|
|||||||
Reference in New Issue
Block a user