mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Update house.sql
This commit is contained in:
parent
45e7dc3d3e
commit
f050ce8808
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue