Alternative database installer.
This commit is contained in:
10
trunk/dist/tools/sql/server/punishments.sql
vendored
Normal file
10
trunk/dist/tools/sql/server/punishments.sql
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE IF NOT EXISTS `punishments` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`key` varchar(255) NOT NULL,
|
||||
`affect` varchar(255) NOT NULL,
|
||||
`type` varchar(255) NOT NULL,
|
||||
`expiration` bigint NOT NULL,
|
||||
`reason` TEXT NOT NULL,
|
||||
`punishedBy` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user