Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JzeroModel ¶ added in v0.26.0
func (*JzeroModel) Gen ¶ added in v0.26.0
func (jm *JzeroModel) Gen() error
func (*JzeroModel) GenDDL ¶ added in v0.27.0
func (jm *JzeroModel) GenDDL(tables []string) error
func (*JzeroModel) GenRegister ¶ added in v0.26.0
func (jm *JzeroModel) GenRegister(tables []string) error
type ShowCreateTableResult ¶ added in v0.27.0
type ShowCreateTableResult struct {
DDL string `db:"Create Table"`
}
Click to show internal directories.
Click to hide internal directories.