Merge branch 'main' of ssh://git.ma-al.com:8822/goc_daniel/b2b into no-vat-customers
This commit is contained in:
@@ -7,7 +7,6 @@ type Route struct {
|
||||
Component string `gorm:"type:varchar(255);not null;comment:path to component file" json:"component"`
|
||||
Meta *string `gorm:"type:longtext;default:'{}'" json:"meta,omitempty"`
|
||||
Active *bool `gorm:"type:tinyint;default:1" json:"active,omitempty"`
|
||||
SortOrder *int `gorm:"type:int;default:0" json:"sort_order,omitempty"`
|
||||
}
|
||||
|
||||
func (Route) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user