4 lines
193 B
MySQL
4 lines
193 B
MySQL
|
CREATE TABLE `character_items_group_members` (
|
||
|
`unique_id` int(10) unsigned NOT NULL default 0,
|
||
|
`character_id` int(10) unsigned NOT NULL DEFAULT 0
|
||
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|