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