package
Version:
v1.0.0-Alpha
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Column struct {
Name string `gorm:"column:COLUMN_NAME"`
Type string `gorm:"column:COLUMN_TYPE"`
IsNullAble string `gorm:"column:IS_NULLABLE"`
CharacterMaximumLength *int `gorm:"column:CHARACTER_MAXIMUM_LENGTH"`
Extra string `gorm:"column:EXTRA"`
Comment string `gorm:"column:COLUMN_COMMENT"`
}
type Table struct {
TableName string `gorm:"column:TABLE_NAME"`
CamelCase string `gorm:"-"`
Struct string `gorm:"-"`
Import string `gorm:"-"`
Index string `gorm:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.