root/db/tables/config_felsbrocken_systems_create.sql

Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 192 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_felsbrocken_systems` (
2   `system` tinyint(4) NOT NULL default '1',
3   `count` int(11) NOT NULL default '1',
4   PRIMARY KEY  (`system`)
5 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Note: See TracBrowser for help on using the browser.