Replace id column with natural PK

This commit is contained in:
2022-03-04 21:56:12 +00:00
parent 442e87234c
commit fd6b77f154
4 changed files with 34 additions and 4 deletions

View File

@ -40,7 +40,6 @@ type Account struct {
}
type Assignment struct {
ID uuid.UUID
CategoryID uuid.UUID
Date time.Time
Memo sql.NullString