-
Roman Gomolko authored
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; }d0423de6
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; }