hi, to all.

//schema.yml
  ProductOption:
    isI18N: 1
    i18nTable: st_product_option_text
    idMethod: native
    tableName: product_option
    columns:
      id:
      type:                        integer
      date_added:                  timestamp
      last_modified:               timestamp

  ProductOptionText:
    idMethod: native
    tableName: product_option_text
    columns:
      name:                        varchar(32)
      instruct:                    varchar(64)

symfony propel:build-model
and task fails

but if we rename product_option_text to product_option_i18n
task runs ok.
any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to