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
26bfd900
Commit
26bfd900
authored
Apr 04, 2003
by
Leigh B. Stoller
Browse files
Change usr_zip to tinytext instead of int! Sheesh.
parent
d23235d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
26bfd900
...
...
@@ -1103,7 +1103,7 @@ CREATE TABLE users (
usr_addr2
tinytext
,
usr_city
tinytext
,
usr_state
tinytext
,
usr_zip
int
(
6
)
unsigned
default
NULL
,
usr_zip
tinytext
,
usr_phone
tinytext
,
usr_pswd
tinytext
NOT
NULL
,
unix_uid
smallint
(
5
)
unsigned
NOT
NULL
auto_increment
,
...
...
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