1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

Update house.sql

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

View file

@ -7,7 +7,7 @@ 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;