Tidy up the Table SQL interface a bit
All checks were successful
CI / release-test (push) Successful in 2m33s
All checks were successful
CI / release-test (push) Successful in 2m33s
This commit is contained in:
@@ -21,9 +21,11 @@ func (c Column) IsNullableForeignKey() bool {
|
||||
|
||||
// Table is a single SQLite table.
|
||||
type Table struct {
|
||||
TableName string `db:"name"`
|
||||
IsStrict bool `db:"strict"`
|
||||
Columns []Column
|
||||
TableName string `db:"name"`
|
||||
IsStrict bool `db:"is_strict"`
|
||||
IsWithoutRowid bool `db:"is_without_rowid"`
|
||||
|
||||
Columns []Column
|
||||
|
||||
TypeIDName string
|
||||
VarName string
|
||||
|
||||
Reference in New Issue
Block a user