summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl/sql/donate.sql
blob: b820e26054879681e91ebeed93fc9634f91f2f57 (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;