Documentation ¶
Index ¶
Constants ¶
View Source
const ( ALIAS_TYPE_BOOL = "tinyint(1)" // tinyint(1) is alias of boolean in OceanBase VALUE_CURRENT_TIMESTAMP = "CURRENT_TIMESTAMP" ON_UPDATE_CURRENT_TIMESTAMP = "ON UPDATE CURRENT_TIMESTAMP" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Migrator ¶
func (Migrator) ColumnTypes ¶
func (m Migrator) ColumnTypes(value interface{}) ([]gorm.ColumnType, error)
Click to show internal directories.
Click to hide internal directories.