]> andersk Git - moira.git/commitdiff
Expanded name and description fields for the subnet table
authortytso <tytso>
Mon, 13 Dec 1993 16:39:08 +0000 (16:39 +0000)
committertytso <tytso>
Mon, 13 Dec 1993 16:39:08 +0000 (16:39 +0000)
db/schema

index 9adb2c469195163703d4c7a54747ac0caeecc40c..cb276f5ccf4d8e94a86ac333313c8c925f0c9dc3 100644 (file)
--- a/db/schema
+++ b/db/schema
@@ -81,9 +81,9 @@ create table hostalias
 );
 create table subnet
 (
-       name            CHAR(8)         NOT NULL WITH DEFAULT,
+       name            CHAR(16)        NOT NULL WITH DEFAULT,
        snet_id         INTEGER         NOT NULL WITH DEFAULT,
-       description     VARCHAR(32)     NOT NULL WITH DEFAULT,
+       description     VARCHAR(48)     NOT NULL WITH DEFAULT,
        saddr           INTEGER         NOT NULL WITH DEFAULT,
        mask            INTEGER         NOT NULL WITH DEFAULT,
        low             INTEGER         NOT NULL WITH DEFAULT,
This page took 0.124889 seconds and 5 git commands to generate.