trying to make gui
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
CREATE TABLE vckonline.starters (
|
||||
idstarters int(11) auto_increment NOT NULL,
|
||||
name varchar(45) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
|
||||
gold_cost int(11) NOT NULL,
|
||||
roll_match1 int(11) NOT NULL,
|
||||
roll_match2 int(11) DEFAULT 0 NULL,
|
||||
shadow_count int(11) DEFAULT 0 NOT NULL,
|
||||
holy_count int(11) DEFAULT 0 NOT NULL,
|
||||
soldier_count int(11) DEFAULT 0 NOT NULL,
|
||||
worker_count int(11) DEFAULT 0 NOT NULL,
|
||||
gold_payout_on_turn int(11) DEFAULT 0 NOT NULL,
|
||||
gold_payout_off_turn int(11) DEFAULT 0 NOT NULL,
|
||||
strength_payout_on_turn int(11) DEFAULT 0 NOT NULL,
|
||||
@@ -18,7 +13,6 @@ CREATE TABLE vckonline.starters (
|
||||
has_special_payout_off_turn tinyint(4) DEFAULT 0 NOT NULL,
|
||||
special_payout_on_turn mediumtext CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL NULL,
|
||||
special_payout_off_turn mediumtext CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL NULL,
|
||||
special_citizen tinyint(4) DEFAULT 0 NOT NULL,
|
||||
PRIMARY KEY (idstarters)
|
||||
)
|
||||
ENGINE=InnoDB
|
||||
|
||||
Reference in New Issue
Block a user