Moved the code from src to the root.
This commit is contained in:
7
setting/entity.go
Normal file
7
setting/entity.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package setting
|
||||
|
||||
type Setting struct {
|
||||
ID uint `gorm:"primary_key"`
|
||||
Code string `gorm:"type:varchar(100);uniqueIndex;not null"`
|
||||
Value string `gorm:"type:text"`
|
||||
}
|
||||
Reference in New Issue
Block a user