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:
parent
6339148850
commit
45e7dc3d3e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue