Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE IF NOT EXISTS `CustomTable` (
- `account_id` int(11) unsigned NOT NULL default '0',
- `name` varchar(30) NOT NULL DEFAULT '',
- `nameid` int(11) NOT NULL default '0',
- `amount` int(11) NOT NULL default '0',
- `time` datetime NOT NULL default '0000-00-00 00:00:00',
- `map` varchar(11) NOT NULL default '',
- PRIMARY KEY (`account_id`)
- ) ENGINE=MyISAM;
Advertisement
Add Comment
Please, Sign In to add comment