Hi, I have a fairly large schema with about 90 tables. I reuse a number of columns throughout my various tables. For example:
Table A: Column 1: Column 2: Column 3: Column 4: Table B: Column 3: <-reused Column 5: Column 6: Column 7: Tablet C: Column 3: <-reused Column 5: <-reused Column 8: Column 9: .... Using doctrine concrete inheritance is not really an option because there are quite a few differences between the tables (just a few columns are reused) - plus I don't want the inherited table to be created. I've tried creating "template" files and embedding those via php in the main yml schema but that creates a lot of parsing errors. I've looked around for other solutions - but haven't found anything similar. Any thoughts or advice on how to effectively deal with this? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
