Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f58b4e1a
Commit
f58b4e1a
authored
Jan 02, 2007
by
Neil Drumm
Browse files
#106266
by webchick. Blob and text columns can't have default values in MySQL.
parent
dfd86399
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/contact/contact.install
View file @
f58b4e1a
...
...
@@ -11,8 +11,8 @@ function contact_install() {
db_query
(
"CREATE TABLE
{
contact
}
(
cid int unsigned NOT NULL auto_increment,
category varchar(255) NOT NULL default '',
recipients longtext NOT NULL
default ''
,
reply longtext NOT NULL
default ''
,
recipients longtext NOT NULL,
reply longtext NOT NULL,
weight tinyint NOT NULL default '0',
selected tinyint NOT NULL default '0',
PRIMARY KEY (cid),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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