Adding Column Using Subsonic 3.0.0.5 Migration

subsonicsubsonic3

I want to know that How to Insert New Columns to an existing database Table using Subsonic 3.0.0.5 MIGRATIONS.

Basically I want to alter an existing table in MS SqlServer database and add three more columns into it.

Please tell me How I will be able to do it

Regards,

Naveed Khan

Best Answer

Just change your object and the column will be added/updated whatever. So if you have an object called "Post" and add a property, it will be added as a column in the DB.

See this video...

http://subsonicproject.com/docs/Simple_Repo_5_Minute_Demo

Related Topic