root/db/tables/config_vacmodes_create.sql

Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 233 bytes (checked in by Christopher Jung <bktheg@web.de>, 6 months ago)

[ref] SQL-Skripte aufgetrennt in seperate CREATE, ALTER und INSERT Teile.

  • Property mode set to 100644
Line 
1 CREATE TABLE `config_vacmodes` (
2   `id` int(11) NOT NULL auto_increment,
3   `dauer` int(10) unsigned NOT NULL default '1',
4   `vorlauf` int(10) unsigned NOT NULL default '1',
5   PRIMARY KEY  (`id`)
6 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Note: See TracBrowser for help on using the browser.