Added support of different ID column types to Dapper.Rainbow
From time to time ID column has types different to int. With this change
you could specify column type if it is different to int. Example:
public Table<MyDb, Guid> Users { get; set; }
Showing
Please register or sign in to comment