Skip to content

Commit

Permalink
Fixed uuid issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yukozh committed Aug 5, 2016
1 parent d9e07ed commit a72ce6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ protected override void Generate(AlterColumnOperation operation, IModel model, M
case "char(38)":
case "uuid":
case "uniqueidentifier":
builder.Append("UUID()");
break;
default:
throw new NotImplementedException($"Not supporting creating IsIdentity for {type}");
Expand Down

0 comments on commit a72ce6b

Please sign in to comment.