unknown record property/related component “onwer” on “contact”
问题 When I try to execute php symfony doctrine:data-load , this message apears : unknown record property/related component "owner" on "contact" this is my schema.yml : Contact: connection: doctrine tableName: contact columns: id_contact: type: integer(2) fixed: false unsigned: false primary: true autoincrement: true nom: type: string(30) fixed: false unsigned: false primary: false notnull: false autoincrement: false fonction_organisme: type: string(1000) fixed: false unsigned: false primary: