https://git.jolheiser.com/mint.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.29.0 package database import ( "time" ) type Transaction struct { ID int64 Title string Amount int64 Date time.Time Recurrance string Week int64 IsIncome bool }