is it possible in Symfony to have data prepopulated into some of the tables I have set up. Perhaps I can create some annotations on the models I want to have data populated into, or an SQL script that gets run once?
Does anyone have any ideas about such a thing?
Thank you