Update ip column size to allow for IPv6 addresses
This commit is contained in:
parent
4508d0d8c0
commit
ca9f156b3c
2 changed files with 2 additions and 2 deletions
|
@ -516,7 +516,7 @@ DROP TABLE IF EXISTS "cc_service_register" CASCADE;
|
|||
CREATE TABLE "cc_service_register"
|
||||
(
|
||||
"name" VARCHAR(32) NOT NULL,
|
||||
"ip" VARCHAR(18) NOT NULL,
|
||||
"ip" VARCHAR(45) NOT NULL,
|
||||
PRIMARY KEY ("name")
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue