Fixes for MySQL compatibility
This commit is contained in:
parent
223a1f9de3
commit
61776995b6
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ CREATE TABLE wiki_references (
|
|||
updated_at <%= @datetime %> NOT NULL,
|
||||
|
||||
page_id INTEGER NOT NULL,
|
||||
referenced_name VARCHAR NOT NULL,
|
||||
referenced_name VARCHAR(60) NOT NULL,
|
||||
link_type CHAR(1) NOT NULL
|
||||
) <%= create_options %>;
|
Loading…
Add table
Add a link
Reference in a new issue