mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 10:41:42 +00:00
You can now colour the webbing of webbed Unathi frills independently. Morph and CMA support has been included. Splits tigerhead sprites into 3 versions in order to better fit the different ears of the three species that can use it.
510 lines
17 KiB
SQL
510 lines
17 KiB
SQL
CREATE DATABASE IF NOT EXISTS `feedback` /*!40100 DEFAULT CHARACTER SET utf8 */;
|
|
USE `feedback`;
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
|
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_characters`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_characters`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_characters` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`slot` int(2) NOT NULL,
|
|
`OOC_Notes` mediumtext NOT NULL,
|
|
`real_name` varchar(45) NOT NULL,
|
|
`name_is_always_random` tinyint(1) NOT NULL,
|
|
`gender` varchar(11) NOT NULL,
|
|
`age` smallint(4) NOT NULL,
|
|
`species` varchar(45) NOT NULL,
|
|
`language` varchar(45) NOT NULL,
|
|
`hair_red` smallint(4) NOT NULL,
|
|
`hair_green` smallint(4) NOT NULL,
|
|
`hair_blue` smallint(4) NOT NULL,
|
|
`facial_red` smallint(4) NOT NULL,
|
|
`facial_green` smallint(4) NOT NULL,
|
|
`facial_blue` smallint(4) NOT NULL,
|
|
`secondary_facial_red` smallint(4) NOT NULL,
|
|
`secondary_facial_green` smallint(4) NOT NULL,
|
|
`secondary_facial_blue` smallint(4) NOT NULL,
|
|
`skin_tone` smallint(4) NOT NULL,
|
|
`skin_red` smallint(4) NOT NULL,
|
|
`skin_green` smallint(4) NOT NULL,
|
|
`skin_blue` smallint(4) NOT NULL,
|
|
`marking_colours` mediumtext NOT NULL,
|
|
`head_accessory_red` smallint(4) NOT NULL,
|
|
`head_accessory_green` smallint(4) NOT NULL,
|
|
`head_accessory_blue` smallint(4) NOT NULL,
|
|
`hair_style_name` varchar(45) NOT NULL,
|
|
`facial_style_name` varchar(45) NOT NULL,
|
|
`marking_styles` mediumtext NOT NULL,
|
|
`head_accessory_style_name` varchar(45) NOT NULL,
|
|
`alt_head_name` varchar(45) NOT NULL,
|
|
`eyes_red` smallint(4) NOT NULL,
|
|
`eyes_green` smallint(4) NOT NULL,
|
|
`eyes_blue` smallint(4) NOT NULL,
|
|
`underwear` mediumtext NOT NULL,
|
|
`undershirt` mediumtext NOT NULL,
|
|
`backbag` smallint(4) NOT NULL,
|
|
`b_type` varchar(45) NOT NULL,
|
|
`alternate_option` smallint(4) NOT NULL,
|
|
`job_support_high` mediumint(8) NOT NULL,
|
|
`job_support_med` mediumint(8) NOT NULL,
|
|
`job_support_low` mediumint(8) NOT NULL,
|
|
`job_medsci_high` mediumint(8) NOT NULL,
|
|
`job_medsci_med` mediumint(8) NOT NULL,
|
|
`job_medsci_low` mediumint(8) NOT NULL,
|
|
`job_engsec_high` mediumint(8) NOT NULL,
|
|
`job_engsec_med` mediumint(8) NOT NULL,
|
|
`job_engsec_low` mediumint(8) NOT NULL,
|
|
`job_karma_high` mediumint(8) NOT NULL,
|
|
`job_karma_med` mediumint(8) NOT NULL,
|
|
`job_karma_low` mediumint(8) NOT NULL,
|
|
`flavor_text` mediumtext NOT NULL,
|
|
`med_record` mediumtext NOT NULL,
|
|
`sec_record` mediumtext NOT NULL,
|
|
`gen_record` mediumtext NOT NULL,
|
|
`disabilities` mediumint(8) NOT NULL,
|
|
`player_alt_titles` mediumtext NOT NULL,
|
|
`organ_data` mediumtext NOT NULL,
|
|
`rlimb_data` mediumtext NOT NULL,
|
|
`nanotrasen_relation` varchar(45) NOT NULL,
|
|
`speciesprefs` int(1) NOT NULL,
|
|
`socks` mediumtext NOT NULL,
|
|
`body_accessory` mediumtext NOT NULL,
|
|
`gear` mediumtext NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=18747 DEFAULT CHARSET=utf8;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_customuseritems`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_customuseritems`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_customuseritems` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`cuiCKey` varchar(36) NOT NULL,
|
|
`cuiRealName` varchar(60) NOT NULL,
|
|
`cuiPath` varchar(255) NOT NULL,
|
|
`cuiItemName` text,
|
|
`cuiDescription` text,
|
|
`cuiReason` text,
|
|
`cuiPropAdjust` text,
|
|
`cuiJobMask` text NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_death`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_death`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_death` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`pod` text NOT NULL COMMENT 'Place of death',
|
|
`coord` text NOT NULL COMMENT 'X, Y, Z POD',
|
|
`tod` datetime NOT NULL COMMENT 'Time of death',
|
|
`job` text NOT NULL,
|
|
`special` text NOT NULL,
|
|
`name` text NOT NULL,
|
|
`byondkey` text NOT NULL,
|
|
`laname` text NOT NULL COMMENT 'Last attacker name',
|
|
`lakey` text NOT NULL COMMENT 'Last attacker key',
|
|
`gender` text NOT NULL,
|
|
`bruteloss` int(11) NOT NULL,
|
|
`brainloss` int(11) NOT NULL,
|
|
`fireloss` int(11) NOT NULL,
|
|
`oxyloss` int(11) NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=166546 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_admin`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_admin`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_admin` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`rank` varchar(32) NOT NULL DEFAULT 'Administrator',
|
|
`level` int(2) NOT NULL DEFAULT '0',
|
|
`flags` int(16) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_admin_log`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_admin_log`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_admin_log` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`datetime` datetime NOT NULL,
|
|
`adminckey` varchar(32) NOT NULL,
|
|
`adminip` varchar(18) NOT NULL,
|
|
`log` text NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_ban`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_ban`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_ban` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`bantime` datetime NOT NULL,
|
|
`serverip` varchar(32) NOT NULL,
|
|
`bantype` varchar(32) NOT NULL,
|
|
`reason` text NOT NULL,
|
|
`job` varchar(32) DEFAULT NULL,
|
|
`duration` int(11) NOT NULL,
|
|
`rounds` int(11) DEFAULT NULL,
|
|
`expiration_time` datetime NOT NULL,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`computerid` varchar(32) NOT NULL,
|
|
`ip` varchar(32) NOT NULL,
|
|
`a_ckey` varchar(32) NOT NULL,
|
|
`a_computerid` varchar(32) NOT NULL,
|
|
`a_ip` varchar(32) NOT NULL,
|
|
`who` text NOT NULL,
|
|
`adminwho` text NOT NULL,
|
|
`edits` text,
|
|
`unbanned` tinyint(1) DEFAULT NULL,
|
|
`unbanned_datetime` datetime DEFAULT NULL,
|
|
`unbanned_ckey` varchar(32) DEFAULT NULL,
|
|
`unbanned_computerid` varchar(32) DEFAULT NULL,
|
|
`unbanned_ip` varchar(32) DEFAULT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=10685 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_feedback`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_feedback`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_feedback` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`time` datetime NOT NULL,
|
|
`round_id` int(8) NOT NULL,
|
|
`var_name` varchar(32) NOT NULL,
|
|
`var_value` int(16) DEFAULT NULL,
|
|
`details` text,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=257638 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_player`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_player`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_player` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`firstseen` datetime NOT NULL,
|
|
`lastseen` datetime NOT NULL,
|
|
`ip` varchar(18) NOT NULL,
|
|
`computerid` varchar(32) NOT NULL,
|
|
`lastadminrank` varchar(32) NOT NULL DEFAULT 'Player',
|
|
`ooccolor` varchar(7) DEFAULT '#b82e00',
|
|
`UI_style` varchar(10) DEFAULT 'Midnight',
|
|
`UI_style_color` varchar(7) DEFAULT '#ffffff',
|
|
`UI_style_alpha` smallint(4) DEFAULT '255',
|
|
`be_role` mediumtext NOT NULL,
|
|
`default_slot` smallint(4) DEFAULT '1',
|
|
`toggles` mediumint(8) DEFAULT '383',
|
|
`sound` mediumint(8) DEFAULT '31',
|
|
`randomslot` tinyint(1) DEFAULT '0',
|
|
`volume` smallint(4) DEFAULT '100',
|
|
`nanoui_fancy` smallint(4) DEFAULT '1',
|
|
`show_ghostitem_attack` smallint(4) DEFAULT '1',
|
|
`lastchangelog` varchar(32) NOT NULL,
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `ckey` (`ckey`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_poll_option`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_poll_option`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_poll_option` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`pollid` int(11) NOT NULL,
|
|
`text` varchar(255) NOT NULL,
|
|
`percentagecalc` tinyint(1) NOT NULL DEFAULT '1',
|
|
`minval` int(3) DEFAULT NULL,
|
|
`maxval` int(3) DEFAULT NULL,
|
|
`descmin` varchar(32) DEFAULT NULL,
|
|
`descmid` varchar(32) DEFAULT NULL,
|
|
`descmax` varchar(32) DEFAULT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_poll_question`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_poll_question`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_poll_question` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`polltype` varchar(16) NOT NULL DEFAULT 'OPTION',
|
|
`starttime` datetime NOT NULL,
|
|
`endtime` datetime NOT NULL,
|
|
`question` varchar(255) NOT NULL,
|
|
`adminonly` tinyint(1) DEFAULT '0',
|
|
`multiplechoiceoptions` int(2) DEFAULT NULL,
|
|
`createdby_ckey` varchar(45) NULL DEFAULT NULL,
|
|
`createdby_ip` varchar(45) NULL DEFAULT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_poll_textreply`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_poll_textreply`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_poll_textreply` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`datetime` datetime NOT NULL,
|
|
`pollid` int(11) NOT NULL,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`ip` varchar(18) NOT NULL,
|
|
`replytext` text NOT NULL,
|
|
`adminrank` varchar(32) NOT NULL DEFAULT 'Player',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_poll_vote`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_poll_vote`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_poll_vote` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`datetime` datetime NOT NULL,
|
|
`pollid` int(11) NOT NULL,
|
|
`optionid` int(11) NOT NULL,
|
|
`ckey` varchar(255) NOT NULL,
|
|
`ip` varchar(16) NOT NULL,
|
|
`adminrank` varchar(32) NOT NULL,
|
|
`rating` int(2) DEFAULT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_privacy`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_privacy`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_privacy` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`datetime` datetime NOT NULL,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`option` varchar(128) NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_karma`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_karma`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_karma` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`spendername` text NOT NULL,
|
|
`spenderkey` text NOT NULL,
|
|
`receivername` text NOT NULL,
|
|
`receiverkey` text NOT NULL,
|
|
`receiverrole` text,
|
|
`receiverspecial` text,
|
|
`isnegative` tinyint(1) DEFAULT NULL,
|
|
`spenderip` text NOT NULL,
|
|
`time` datetime NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=73614 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_karmatotals`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_karmatotals`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_karmatotals` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`byondkey` text NOT NULL,
|
|
`karma` int(11) NOT NULL,
|
|
`karmaspent` int(11) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=6765 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_library`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_library`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_library` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`author` text NOT NULL,
|
|
`title` text NOT NULL,
|
|
`content` text NOT NULL,
|
|
`category` text NOT NULL,
|
|
`ckey` varchar(45) NOT NULL,
|
|
`flagged` int(11) NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=929 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_legacy_population`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_legacy_population`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_legacy_population` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`playercount` int(11) DEFAULT NULL,
|
|
`admincount` int(11) DEFAULT NULL,
|
|
`time` datetime NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=2550 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_whitelist`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_whitelist`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_whitelist` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ckey` text NOT NULL,
|
|
`job` text,
|
|
`species` text,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=877 DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
|
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_watch`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_watch`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_watch` (
|
|
`ckey` varchar(32) NOT NULL,
|
|
`reason` text NOT NULL,
|
|
`timestamp` datetime NOT NULL,
|
|
`adminckey` varchar(32) NOT NULL,
|
|
`last_editor` varchar(32),
|
|
`edits` text,
|
|
PRIMARY KEY (`ckey`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
--
|
|
-- Table structure for table `SS13_notes`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_notes`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_notes` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`ckey` varchar(32) NOT NULL,
|
|
`notetext` text NOT NULL,
|
|
`timestamp` datetime NOT NULL,
|
|
`adminckey` varchar(32) NOT NULL,
|
|
`last_editor` varchar(32),
|
|
`edits` text,
|
|
`server` varchar(50) NOT NULL,
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Table structure for table `SS13_memo`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `SS13_memo`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `SS13_memo` (
|
|
`ckey` varchar(32) NOT NULL,
|
|
`memotext` text NOT NULL,
|
|
`timestamp` datetime NOT NULL,
|
|
`last_editor` varchar(32),
|
|
`edits` text,
|
|
PRIMARY KEY (`ckey`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|