MasterOfMuppets ef285b6e9f eAAC updates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 14:35:00 +00:00

6 lines
207 B
SQL

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