Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
7edf5c6e
Commit
7edf5c6e
authored
Mar 06, 2002
by
Mac Newbold
Browse files
Add nseconfigs table
parent
2938132c
Changes
1
Show whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
7edf5c6e
...
...
@@ -436,6 +436,18 @@ CREATE TABLE nologins (
PRIMARY
KEY
(
nologins
)
)
TYPE
=
MyISAM
;
#
#
Table
structure
for
table
'nseconfigs'
#
CREATE
TABLE
nseconfigs
(
pid
varchar
(
12
)
NOT
NULL
default
''
,
eid
varchar
(
32
)
NOT
NULL
default
''
,
vname
varchar
(
32
)
NOT
NULL
default
''
,
nseconfig
text
,
PRIMARY
KEY
(
pid
,
eid
,
vname
)
)
TYPE
=
MyISAM
;
#
#
Table
structure
for
table
'nsfiles'
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment