Add something for install.
This commit is contained in:
11
rest/install_model.go
Normal file
11
rest/install_model.go
Normal file
@ -0,0 +1,11 @@
|
||||
package rest
|
||||
|
||||
/**
|
||||
* 表名对应的表结构
|
||||
*/
|
||||
type InstallTableInfo struct {
|
||||
Name string `json:"name"`
|
||||
CreateSql string `json:"createSql"`
|
||||
TableExist bool `json:"tableExist"`
|
||||
ExistCreateSql string `json:"existCreateSql"`
|
||||
}
|
Reference in New Issue
Block a user