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-devel
Commits
48629e9c
Commit
48629e9c
authored
Nov 14, 2002
by
Leigh B. Stoller
Browse files
Change ntpinfo as per Dave's request.
parent
0e10468f
Changes
1
Show whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
48629e9c
...
...
@@ -643,7 +643,7 @@ CREATE TABLE nsfiles (
CREATE
TABLE
ntpinfo
(
node_id
varchar
(
10
)
NOT
NULL
default
''
,
IP
varchar
(
15
)
NOT
NULL
default
''
,
IP
varchar
(
64
)
NOT
NULL
default
''
,
type
enum
(
'server'
,
'peer'
)
NOT
NULL
default
'peer'
,
PRIMARY
KEY
(
node_id
,
IP
,
type
)
)
TYPE
=
MyISAM
;
...
...
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