Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeExampleTable ¶
type ChangeExampleTable struct{}
func (*ChangeExampleTable) Down ¶
func (m *ChangeExampleTable) Down(con *sqlx.DB)
func (*ChangeExampleTable) GetName ¶
func (m *ChangeExampleTable) GetName() string
func (*ChangeExampleTable) Up ¶
func (m *ChangeExampleTable) Up(con *sqlx.DB)
type CreateExampleTable ¶
type CreateExampleTable struct{}
func (*CreateExampleTable) Down ¶
func (m *CreateExampleTable) Down(con *sqlx.DB)
func (*CreateExampleTable) GetName ¶
func (m *CreateExampleTable) GetName() string
func (*CreateExampleTable) Up ¶
func (m *CreateExampleTable) Up(con *sqlx.DB)
type ForeignKeyExampleTable ¶
type ForeignKeyExampleTable struct{}
func (*ForeignKeyExampleTable) Down ¶
func (m *ForeignKeyExampleTable) Down(con *sqlx.DB)
func (*ForeignKeyExampleTable) GetName ¶
func (m *ForeignKeyExampleTable) GetName() string
func (*ForeignKeyExampleTable) Up ¶
func (m *ForeignKeyExampleTable) Up(con *sqlx.DB)
Click to show internal directories.
Click to hide internal directories.