Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCarsTable ¶
type CreateCarsTable struct{}
CreateCarsTable - Definisce la strut per la generazione della tabella cars
func (CreateCarsTable) Down ¶
func (c CreateCarsTable) Down() string
Down - Definisce la query di migrazione down
func (CreateCarsTable) GetMigrationName ¶
func (c CreateCarsTable) GetMigrationName() string
GetMigrationName - Restituisce il nome della migrazione
func (CreateCarsTable) Up ¶
func (c CreateCarsTable) Up() string
Up - Definisce la query di migrazione up
type CreateTasksTable ¶
type CreateTasksTable struct{}
CreateTasksTable - Definisce la strut per la generazione della tabella users
func (CreateTasksTable) Down ¶
func (c CreateTasksTable) Down() string
Down - Definisce la query di migrazione down
func (CreateTasksTable) GetMigrationName ¶
func (c CreateTasksTable) GetMigrationName() string
GetMigrationName - Restituisce il nome della migrazione
func (CreateTasksTable) Up ¶
func (c CreateTasksTable) Up() string
Up - Definisce la query di migrazione up
Click to show internal directories.
Click to hide internal directories.