package
Version:
v0.0.0-...-4d7012a
Opens a new window with list of versions in this module.
Published: Aug 10, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Schema struct {
TableName string `json:"table_name"`
ColumnName string `json:"column_name"`
Type string `json:"type"`
IsNullable bool `json:"nullable"`
Array bool `json:"array"`
DefaultSQL *string `json:"default_sql"`
DefaultVal any `json:"default_val"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.