WIP
This commit is contained in:
15
schema.go
15
schema.go
@@ -10,13 +10,14 @@ type schema struct {
|
||||
}
|
||||
|
||||
type table struct {
|
||||
driver string //
|
||||
Name string // Name in SQL
|
||||
Type string // Go type
|
||||
NoInsert bool
|
||||
NoUpdate bool
|
||||
NoDelete bool
|
||||
Columns []*column
|
||||
driver string //
|
||||
Name string // Name in SQL
|
||||
Type string // Go type
|
||||
LowerType string // Go type, lowercase.
|
||||
NoInsert bool
|
||||
NoUpdate bool
|
||||
NoDelete bool
|
||||
Columns []*column
|
||||
}
|
||||
|
||||
type column struct {
|
||||
|
||||
Reference in New Issue
Block a user