1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 03:07:45 +00:00

Update house.sql

This commit is contained in:
XeAri 2018-11-16 12:17:32 +01:00 committed by GitHub
parent 6339148850
commit 45e7dc3d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@ CREATE TABLE `house` (
`Comment` binary(193) DEFAULT "", `Comment` binary(193) DEFAULT "",
`Endorsements` BIGINT NULL, `Endorsements` BIGINT NULL,
UPDATE_DATE DATETIME NULL, UPDATE_DATE DATETIME NULL,
PRIMARY KEY(`HouseId`) PRIMARY KEY(`HouseId`)
) )
COLLATE='latin1_swedish_ci' COLLATE='latin1_swedish_ci'
ENGINE=InnoDB; ENGINE=InnoDB;
ALTER TABLE house AUTO_INCREMENT=1; ALTER TABLE house AUTO_INCREMENT=1;