l2j_mobius/trunk/dist/sql/community/clan_introductions.sql
2015-01-01 20:02:50 +00:00

6 lines
218 B
SQL

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;