root/db/tables/global_sectortemplates_create.sql

Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 429 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 `global_sectortemplates` (
2   `id` varchar(30) NOT NULL default '',
3   `x` smallint(5) unsigned NOT NULL default '0',
4   `y` smallint(5) unsigned NOT NULL default '0',
5   `w` smallint(5) unsigned NOT NULL default '0',
6   `h` smallint(5) unsigned NOT NULL default '0',
7   `scriptid` int(10) unsigned NOT NULL default '0',
8   PRIMARY KEY  (`id`)
9 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Die Sectortemplatemanager-IDs';
Note: See TracBrowser for help on using the browser.