source: branches/posledni/sql/updates/625.sql

Last change on this file was 625, checked in by george, 15 years ago
  • Upraveno: Stránka GM týmu přepracována do přehlednější formy s podporou více světů.
File size: 276 bytes
Line 
1CREATE TABLE IF NOT EXISTS `gm_tym` (
2 `Nick` varchar(255) NOT NULL,
3 `AccountId` int(11) NOT NULL,
4 `Delegation` varchar(255) NOT NULL,
5 `ForumId` int(11) NOT NULL,
6 `RealmId` int(11) NOT NULL,
7 KEY `AccountId` (`AccountId`)
8) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Note: See TracBrowser for help on using the repository browser.