root/npc/custom/eAAC_Scripts/DonationGirl/sql/donate.sql

Revision 1, 198 bytes (checked in by jinshiro, 17 years ago)
Line 
1CREATE TABLE `donate` (
2  `account_id` int(11) unsigned NOT NULL,
3  `amount` float(9,2) unsigned NOT NULL,
4  `claimed` float(9,2) unsigned NOT NULL,
5  PRIMARY KEY  (`account_id`)
6) TYPE=MyISAM;
Note: See TracBrowser for help on using the browser.