diff --git a/sql/house.sql b/sql/house.sql index fd215003..a779a3ad 100644 --- a/sql/house.sql +++ b/sql/house.sql @@ -7,9 +7,9 @@ CREATE TABLE `house` ( `Comment` binary(193) DEFAULT "", `Endorsements` BIGINT NULL, UPDATE_DATE DATETIME NULL, - PRIMARY KEY(`HouseId`) + PRIMARY KEY(`HouseId`) ) COLLATE='latin1_swedish_ci' ENGINE=InnoDB; -ALTER TABLE house AUTO_INCREMENT=1; \ No newline at end of file +ALTER TABLE house AUTO_INCREMENT=1;