From 3adf4b2f0bdeeb5773607d707b7816983f93168e Mon Sep 17 00:00:00 2001 From: tytso Date: Mon, 13 Dec 1993 16:39:08 +0000 Subject: [PATCH] Expanded name and description fields for the subnet table --- db/schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schema b/db/schema index 9adb2c46..cb276f5c 100644 --- 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, -- 2.45.2