konto usunięte
Temat: GIN w Postgres ?
Jak napisac mapowanie ? Wywala mi non stop taki oto komunikat:
While exporting model class 'User' to SQL: Unknown type gin for index idx_user_name in table USERS
a moje mapowanie wyglada tak:
User:
tableName: USERS
actAs: [Timestampable]
columns:
id:
primary: true
autoincrement: true
type: integer(16)
name:
notnull: true
type: string
indexes:
idx_user_name:
fields: [name]
type: gin
options:
collate: utf8_unicode_ci
charset: utf8