nsabiyera / Oak

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.
http://amirrajan.github.com/Oak
MIT License
6 stars 7 forks source link

Alter table command does not honor an addition of a primary key. #13

Open amirrajan opened 12 years ago

amirrajan commented 12 years ago

Alter table command does not honor an addition of a primary key.

  1. Create a table w/o a primary key
  2. Run a seed command that adds column of which the column is a primary key
  3. It doesn't work

Get familiar with these tests:

Write your tests here:

https://github.com/amirrajan/Oak/blob/master/Oak.Tests/describe_Seed/when_adding_columns.cs