
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6694 54d463be-8e91-2dee-dedb-b68131a5f0ec
6 lines
207 B
SQL
6 lines
207 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; |