Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
Dialect string
}
Base is a partial implementation of migration.Dialect. It provides the TypeString method.
func (*Base) TypeString ¶
TypeString is implemented because, with most datatype.Datatype values in most SQL dialects, the datatype.Datatype String() method will probably be correct. Dialect-specific implementations can extend this TypeString method with any specific exceptions. For one example, check the mysql.migrator's TypeString method.
Click to show internal directories.
Click to hide internal directories.