Added label column
Added label column
This commit is contained in:
parent
44975099ad
commit
92178d1818
|
@ -292,6 +292,7 @@ CREATE TABLE IF NOT EXISTS `servers`
|
||||||
(
|
(
|
||||||
`id` char(8) NOT NULL,
|
`id` char(8) NOT NULL,
|
||||||
`hostname` varchar(124) DEFAULT NULL,
|
`hostname` varchar(124) DEFAULT NULL,
|
||||||
|
`label` varchar(24) DEFAULT NULL,
|
||||||
`location` int(11) DEFAULT NULL,
|
`location` int(11) DEFAULT NULL,
|
||||||
`provider` int(11) DEFAULT NULL,
|
`provider` int(11) DEFAULT NULL,
|
||||||
`ipv4` varchar(124) DEFAULT NULL,
|
`ipv4` varchar(124) DEFAULT NULL,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user