Is User added to Schemefier in Boot.scala? It should look something
like: Schemifier.schemify(true, Log.infoF _, User)

Peter Robinett

On Oct 12, 11:22 am, "Neil.Lv" <anim...@gmail.com> wrote:
> Hi all,
>
>    I don't know whether there is a mechanism that like the migration
> of the Rails in the Liftweb, and how can we
>
> extend the table, such as add a column "desc " into a table users (OR
> user ?).
>
>    I add this code in the User model and restart the server, the table
> don't change anything !
>    ###
>    class User extends MegaProtoUser[User] {
>      ...
>      object desc extends MappedPoliteString(this, 128)
>      ...
>    }
>    ###
>
>   How can i do if i want to achieve this purpose ?
>
>   Thanks for any suggestion!
>
> Cheers,
>   Neil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to