feat: add generator skip option for table columns
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
parent
f9ed359785
commit
60ba05b6fb
5 changed files with 73 additions and 9 deletions
|
|
@ -131,6 +131,7 @@ func (tb TableSQLBuilder) UseColumn(columnsFunc func(column metadata.Column) Tab
|
|||
|
||||
// TableSQLBuilderColumn is template for table sql builder column
|
||||
type TableSQLBuilderColumn struct {
|
||||
Skip bool
|
||||
Name string
|
||||
Type string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue