Bu Doktrini bir tabloda birden salyangozlar olması mümkün mü?
Benim yaml-dosyasında bu çalıştı:
Article:
tableName: tst_article
actAs:
Sluggable:
unique: true
fields: [title]
canUpdate: true
Sluggable:
unique: true
fields: [text]
name: secondSlug
columns:
id:
type: integer(8)
primary: true
autoincrement: true
category_id:
type: integer(8)
title:
type: text(255)
text:
type: clob
Ama sql oluşturduktan sonra sadece secondSlug oluşturulan ...