]> andersk Git - moira.git/commitdiff
added prefix column to subnet table
authormar <mar>
Thu, 18 Nov 1993 17:17:44 +0000 (17:17 +0000)
committermar <mar>
Thu, 18 Nov 1993 17:17:44 +0000 (17:17 +0000)
db/schema

index e329dc4eace0ec10f9cfdf4b5b2fd798350742c1..e35096e8274b62f19937f1a8ff5c11b3a8b7e9b9 100644 (file)
--- a/db/schema
+++ b/db/schema
@@ -88,6 +88,7 @@ create table subnet
        mask            INTEGER         NOT NULL WITH DEFAULT,
        low             INTEGER         NOT NULL WITH DEFAULT,
        high            INTEGER         NOT NULL WITH DEFAULT,
+       prefix          CHAR(8)         NOT NULL WITH DEFAULT,
        owner_type      CHAR(8)         NOT NULL WITH DEFAULT,
        owner_id        INTEGER         NOT NULL WITH DEFAULT,
        modtime         DATE            NOT NULL WITH DEFAULT,
This page took 0.042618 seconds and 5 git commands to generate.