Simplified bank money transfer

This commit is contained in:
hydrant
2018-11-01 12:41:58 +01:00
parent 13d976258a
commit fec77e5279
12 changed files with 116 additions and 223 deletions

View File

@@ -30,7 +30,7 @@ namespace reallife_gamemode.Server.Logs
public int Fee { get; set; }
[StringLength(32)]
public string Origin { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
[DatabaseGenerated(DatabaseGeneratedOption.Computed)]
public DateTime Timestamp { get; set; }
}
}