Files
l2j_mobius/trunk/dist/sql/game/character_offline_trade.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

7 lines
290 B
SQL

CREATE TABLE IF NOT EXISTS `character_offline_trade` (
`charId` int(10) unsigned NOT NULL,
`time` bigint(13) unsigned NOT NULL DEFAULT '0',
`type` tinyint(4) NOT NULL DEFAULT '0',
`title` varchar(50) DEFAULT NULL,
PRIMARY KEY (`charId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;