- 移除常量字符串'1970-01-01 00:00:00'
This commit is contained in:
@@ -44,7 +44,7 @@ type StoreSkuSyncInfo struct {
|
||||
StoreSkuStatus int
|
||||
StoreSkuSyncStatus int8
|
||||
VendorSkuID string `orm:"column(vendor_sku_id)"`
|
||||
BindDeletedAt time.Time `orm:"type(datetime);default('1970-01-01 00:00:00')" json:"bindDeletedAt"`
|
||||
BindDeletedAt time.Time `orm:"type(datetime)" json:"bindDeletedAt"`
|
||||
|
||||
model.Sku
|
||||
|
||||
|
||||
Reference in New Issue
Block a user