SQL synatx error at llx_website_page.sql
This commit is contained in:
parent
8e6137171a
commit
f461ab5f96
@ -21,7 +21,7 @@ CREATE TABLE llx_website_page
|
||||
(
|
||||
rowid integer AUTO_INCREMENT NOT NULL PRIMARY KEY,
|
||||
fk_website integer NOT NULL,
|
||||
type_container varchar(16) NOT NULL DEFAULT 'page'
|
||||
type_container varchar(16) NOT NULL DEFAULT 'page',
|
||||
pageurl varchar(255) NOT NULL,
|
||||
aliasalt varchar(255),
|
||||
title varchar(255),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user