- handle table config error.
This commit is contained in:
@@ -2,7 +2,7 @@ package models
|
||||
|
||||
type ELMOrder struct {
|
||||
Id int
|
||||
OrderId string `orm:"size(50);unique;null"`
|
||||
OrderId string `orm:"size(50);unique;null;column(orderid)"`
|
||||
Data string `orm:"type(text);null"`
|
||||
Type int `orm:"null"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user