server/sql/updates/0.5/1339_areatrigger_city.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

6 lines
259 B
SQL

DROP TABLE IF EXISTS `areatrigger_city`;
CREATE TABLE `areatrigger_city` (
`id` int(11) unsigned NOT NULL default '0' COMMENT 'Identifier',
`name` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System';