10 lines
153 B
Go
10 lines
153 B
Go
|
|
package postgres
|
||
|
|
|
||
|
|
import "github.com/go-jet/jet/internal/jet"
|
||
|
|
|
||
|
|
type Column jet.Column
|
||
|
|
|
||
|
|
type IColumnList jet.IColumnList
|
||
|
|
|
||
|
|
var ColumnList = jet.ColumnList
|