--- projects/cms/source/server/db/empty.sql 2000/11/28 10:10:07 1.1 +++ projects/cms/source/server/db/empty.sql 2000/11/28 12:16:33 1.2 @@ -12,10 +12,10 @@ # it when done. # - +# # Host: localhost Database : co600_10_db +# - # -------------------------------------------------------- # # Table structure for table 'cpu' @@ -30,6 +30,9 @@ CREATE TABLE cpu ( KEY id_3 (id) ); +# +# Dumping data for table 'cpu' +# # -------------------------------------------------------- @@ -40,12 +43,18 @@ CREATE TABLE cpu ( CREATE TABLE disk ( id bigint(20) DEFAULT '0' NOT NULL, p tinyint(4) DEFAULT '0' NOT NULL, - disk_free bigint(20) DEFAULT '0' NOT NULL, - disk_total bigint(20) DEFAULT '0' NOT NULL, + disk_free bigint(20) DEFAULT '0', + disk_total bigint(20) DEFAULT '0', + mount varchar(31), + label varchar(31), KEY id (id) ); +# +# Dumping data for table 'disk' +# + # -------------------------------------------------------- # # Table structure for table 'packet' @@ -73,3 +82,7 @@ CREATE TABLE packet ( KEY id (id), UNIQUE id_2 (id) ); + +# +# Dumping data for table 'packet' +#