summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl/sql/donate.sql
blob: 6838297bcf26cd86abaeff33f2c06cb15e85f0e8 (plain) (blame)
1
2
3
4
5
6
CREATE TABLE `donate` (
  `account_id` int(11) unsigned NOT NULL,
  `amount` float(9,2) unsigned NOT NULL,
  `claimed` float(9,2) unsigned NOT NULL,
  PRIMARY KEY  (`account_id`)
) TYPE=MyISAM;