|
Add field in database (opennos dev help)
I want to add a database field for my character table in opennos. I have added it in the database, then in DAL.EF i added the name of the field and {get; set;} (as other fields), but when i run opennos it says that i need to update the database. Help?
|