refactor(Annotation): change Id column type from int to bigint in Annotation entity
This commit is contained in:
parent
8ae0f79365
commit
911c812b19
@ -16,7 +16,7 @@ public class Annotation
|
|||||||
{
|
{
|
||||||
[Key]
|
[Key]
|
||||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||||
[Column("GUID", TypeName = "int")]
|
[Column("GUID", TypeName = "bigint")]
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user