summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl/donate.sql
blob: 29a392afe474c0bbed5aa760b116dc5f68b62cb4 (plain) (blame)
1
2
3
4
5
6
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;