これは私のSchema.ymlの正しい構文ですか?symfonyプロジェクトの継承とsfguard
user_type_1 :
inheritance:
type: concrete
extends: sfGuardUser
columns:
name: { type: string(255) }
user_type_2 :
inheritance:
type: concrete
extends: sfGuardUser
columns:
name: { type: string(255) }
ユーザーuser_type_1とuser_type_2の2種類のマイプロジェクトconsisteと私はそれらの両方がsfGuardUserから継承したい、私は継承タイプコンクリートまたはcolumn_aggregation
THXを使用shoud
あなたの助けを借りて –
私の答えがあなたに役立つと「受け入れられた」とマークしてください。 – Intru