mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Added label column
Added label column
This commit is contained in:
parent
44975099ad
commit
92178d1818
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue