Skip to content

Commit

Permalink
Update 001_CreateTables.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
daffyyyy authored Apr 30, 2024
1 parent c72c723 commit ebf9e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Database/Migrations/001_CreateTables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CREATE TABLE IF NOT EXISTS `sa_admins` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`player_name` varchar(128) NOT NULL,
`player_steamid` varchar(64) NOT NULL,
`flags` TEXT NULL,
`immunity` int(11) NOT NULL DEFAULT 0,
`server_id` INT NULL,
`ends` timestamp NULL,
Expand Down

0 comments on commit ebf9e06

Please sign in to comment.