I used this: symfony propel-convert-xml-schema to convert the yaml to xml, addded the new column information, then used symfony propel-convert-yml-schema to convert it back.
On Jan 9, 7:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I would like to give a comment about the askeet tutorial. > It seems to me that using YAML in configuration instead of XML is that > YAML is more readable for human, as is emphasized in the tutorial. > Therefore I chose the YAML as the format of schema. As I moved on the > tutorial, it just gave the syntax of XML instead of YAML. > I think the tutorial should be more consistent that it should give > alternative version of YAML as well. > > The problem that I have is converting this to YAML: > > "<column name="stripped_title" type="varchar" size="255" /> > <unique name="unique_stripped_title"> > <unique-column name="stripped_title" /> > </unique>" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
