mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Added CAT SQL
This commit is contained in:
@@ -19,6 +19,16 @@
|
||||
-- Table structure for table `contest_template`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `cat` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`radio` varchar(250) NOT NULL,
|
||||
`frequency` int(11) NOT NULL,
|
||||
`mode` varchar(10) NOT NULL,
|
||||
`timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS `contest_template`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
|
||||
Reference in New Issue
Block a user