feat:完善项目信息
This commit is contained in:
@ -101,8 +101,8 @@ func (this *Instance) Init() *Instance {
|
||||
option := &gorm.Config{
|
||||
DisableForeignKeyConstraintWhenMigrating: true,
|
||||
NamingStrategy: schema.NamingStrategy{
|
||||
TablePrefix: this.tablePrefix,
|
||||
SingularTable: this.singularTable,
|
||||
TablePrefix: this.tablePrefix,
|
||||
//SingularTable: this.singularTable,
|
||||
},
|
||||
}
|
||||
if this.debug {
|
||||
|
||||
Reference in New Issue
Block a user