1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +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 "",
`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;
ALTER TABLE house AUTO_INCREMENT=1;