При попытке создания БД выпадает ошибка
ОС:FreeBSD 6.1
MySQL 5.0
Типа проблема синтаксиса.
MySQL Query Error: create table b_site_template ( ID int(18) not null auto_increment, SITE_ID char(2) not null, CONDITION varchar(255), SORT int(18) not null default '500', TEMPLATE varchar(255) not null, primary key (ID), index ux_site_templ (SITE_ID))[You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONDITION varchar(255), SORT int(18) not null default '500', TEMPLATE va' at line 4]
ОС:FreeBSD 6.1
MySQL 5.0
Типа проблема синтаксиса.
MySQL Query Error: create table b_site_template ( ID int(18) not null auto_increment, SITE_ID char(2) not null, CONDITION varchar(255), SORT int(18) not null default '500', TEMPLATE varchar(255) not null, primary key (ID), index ux_site_templ (SITE_ID))[You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONDITION varchar(255), SORT int(18) not null default '500', TEMPLATE va' at line 4]