This commit is contained in:
6
trunk/dist/sql/community/clan_introductions.sql
vendored
Normal file
6
trunk/dist/sql/community/clan_introductions.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `clan_introductions` (
|
||||
`serverId` int(8) NOT NULL,
|
||||
`clanId` int(8) NOT NULL,
|
||||
`introduction` text NOT NULL,
|
||||
PRIMARY KEY (`serverId`,`clanId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user