Closed anishpateluk closed 8 years ago
This feature makes absolutely sense. However, I don't know when or if I'm going to be able to implement it. Please read the first section of https://github.com/dradovic/MigSharp/wiki. Having said that, there is a slight chance that I'm going to need this feature in the coming months myself.
Feel free to issue a PR for this.
Will do buddy
Released in 3.1.2. Added support for sequential GUIDs as well.
It would be nice to set the default value for a GUID field to (newid()) to have the database generate the Guid for uniqueidentifier data type fields.
We use Guids as Ids in our database and let the database generate the Ids.