Add MutablColumns list into autogen sql builder table.
This commit is contained in:
parent
67e6fca0ce
commit
d6c59deb1f
11 changed files with 219 additions and 59 deletions
|
|
@ -36,7 +36,7 @@ func (e *expressionTableImpl) Alias() string {
|
|||
return e.alias
|
||||
}
|
||||
|
||||
func (e *expressionTableImpl) columns() []Column {
|
||||
func (e *expressionTableImpl) columns() []column {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue