Replace id column with natural PK
This commit is contained in:
@ -40,7 +40,6 @@ type Account struct {
|
||||
}
|
||||
|
||||
type Assignment struct {
|
||||
ID uuid.UUID
|
||||
CategoryID uuid.UUID
|
||||
Date time.Time
|
||||
Memo sql.NullString
|
||||
|
Reference in New Issue
Block a user