Your tables will be created during the call to Schemifier.schemify. If you want to add data to the tables, your best bet is to do so in Boot.scala after the call to schemify.
--j On Fri, Feb 20, 2009 at 9:18 AM, DavidV <[email protected]> wrote: > > I wondering how to populate rows of a DB table upon it's creation. > First, where in the lift code are tables created? Is it in trait > BaseMapper's dbAddTable method? I have an Array[String] I would like > to add to the table when it is being created. Which method can I > override to achieve this and how should I do so? > > Thanks! > -David > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
