Table creation: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Go}}: Corrected typo in comment.)
Line 190: Line 190:


type StockTrans struct {
type StockTrans struct {
Id int // this will auto-incremented by db
Id int // this will be auto-incremented by db
Date string
Date string
Trans string
Trans string