schema.yml
Symfony 1.4, Propel, build-forms use an older yaml?
I use Symfony 1.4 with Propel. I deleted a table (name: company_show_field), deleted from database and schema.yml too. Then I added a new table named agency_company (it is exists in DB too). So I have[详细]
2023-03-31 20:19 分类:问答symfony : How to explode schema.yml as fixtures?
My model is a bit complicated and my schema.yml has many lines. So what I want is to explode schema in many files,开发者_C百科 in order to make it more readable.[详细]
2023-03-25 21:42 分类:问答Relation not being generated
I have the following schema.yml Person: columns: id: { type: integer(4), notnull: true, unique: true, primary: true, autoincrement: true }[详细]
2023-03-06 10:29 分类:问答