Database Installer.
This commit is contained in:
		
							
								
								
									
										12
									
								
								trunk/dist/db_installer/sql/game/auction_bid.sql
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								trunk/dist/db_installer/sql/game/auction_bid.sql
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| DROP TABLE IF EXISTS `auction_bid`; | ||||
| CREATE TABLE IF NOT EXISTS `auction_bid` ( | ||||
|   `id` INT NOT NULL DEFAULT 0, | ||||
|   `auctionId` INT NOT NULL DEFAULT 0, | ||||
|   `bidderId` INT NOT NULL DEFAULT 0, | ||||
|   `bidderName` varchar(50) NOT NULL, | ||||
|   `clan_name` varchar(50) NOT NULL, | ||||
|   `maxBid` BIGINT UNSIGNED NOT NULL DEFAULT 0, | ||||
|   `time_bid` bigint(13) unsigned NOT NULL DEFAULT '0', | ||||
|   PRIMARY KEY  (`auctionId`,`bidderId`), | ||||
|   KEY `id` (`id`) | ||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev