mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
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