mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
add migration add field stock to stock_logs; adjust logic stock for insert data stock_logs
This commit is contained in:
@@ -9,6 +9,7 @@ type StockLog struct {
|
||||
|
||||
Increase float64 `gorm:"column:increase;type:numeric(15,3);default:0"`
|
||||
Decrease float64 `gorm:"column:decrease;type:numeric(15,3);default:0"`
|
||||
Stock float64 `gorm:"column:stock;type:numeric(15,3);not null;default:0"`
|
||||
|
||||
LoggableType string `gorm:"column:loggable_type;type:varchar(50);not null"`
|
||||
LoggableId uint `gorm:"column:loggable_id;not null"`
|
||||
|
||||
Reference in New Issue
Block a user