mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
Revert change in 0_initial.sql
This commit is contained in:
parent
b529b7d3a0
commit
01230e2575
@ -15,7 +15,7 @@ DROP TABLE IF EXISTS charinfo;
|
||||
CREATE TABLE charinfo (
|
||||
id BIGINT NOT NULL PRIMARY KEY,
|
||||
account_id INT NOT NULL REFERENCES accounts(id),
|
||||
name VARCHAR(35) NOT NULL UNIQUE,
|
||||
name VARCHAR(35) NOT NULL,
|
||||
pending_name VARCHAR(35) NOT NULL,
|
||||
needs_rename BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
prop_clone_id BIGINT UNSIGNED AUTO_INCREMENT UNIQUE,
|
||||
|
Loading…
Reference in New Issue
Block a user