l2j_mobius/trunk/dist/db_installer/sql/game/fishing_championship.sql
2015-08-30 17:39:57 +00:00

6 lines
240 B
SQL

DROP TABLE IF EXISTS `fishing_championship`;
CREATE TABLE IF NOT EXISTS `fishing_championship` (
`player_name` VARCHAR(35) NOT NULL,
`fish_length` DOUBLE(10,3) NOT NULL,
`rewarded` INT(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;