Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.12, 1.1.4, 1.2.0-ALPHA1
-
Fix Version/s: 1.2.0-ALPHA1
-
Component/s: Schema Files
-
Labels:None
-
Environment:php 5.3, nginx, fedora 10
Description
I wish to create models based on schema.yml file (symfony task "./symfony doctrine:build-all-reload")
schema.yml
Article:
tableName: article
columns:
title:
type: varchar
size: 127
content:
type: blob
fts_article:
type: tsvector
After executing i receive this error:
Error: While exporting model class 'Article' to SQL: Around field fts_article: Unknown field type 'tsvector'.
i'm sorry, there are no fix versions...