ultramage 4ca0b15de3 EOL-styled some more files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-02 00:11:54 +00:00

6 lines
202 B
SQL

CREATE TABLE `donate` (
`account_id` int(11) unsigned NOT NULL,
`amount` float(5,2) unsigned NOT NULL,
`claimed` float(5,2) unsigned NOT NULL,
PRIMARY KEY (`account_id`,`amount`)
) TYPE=MyISAM;