Documentation
¶
Index ¶
- func PostgresqlGenerateAddColumnDefaultValue(enumTable string, enumColumn string, enumDefaultValue string, ...) string
- func PostgresqlGenerateAutoMigrateEnum(tablePrefix string, selectStruct interface{}) (string, error)
- func PostgresqlGenerateChangeTypeEnum(enumName string, enumTable string, enumColumn string, enumDefaultValue string) string
- func PostgresqlGenerateCreateTypeEnum(enumName string, enumValues []string, addSingleQoute bool) string
- func PostgresqlGenerateDropColumnDefaultValue(enumTable string, enumColumn string) string
- func PostgresqlGenerateDropTypeEnum(enumName string) string
- func PostgresqlGenerateRenameTypeEnum(enumNameOld string, enumNameNew string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.