type github.com/go-pg/pg/v10/orm.CreateTableOptions

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		query.go#L1242: func (q *Query) CreateTable(opt *CreateTableOptions) error {
		table_create.go#L10: type CreateTableOptions struct {
		table_create.go#L24: 	opt *CreateTableOptions
		table_create.go#L32: func NewCreateTableQuery(q *Query, opt *CreateTableOptions) *CreateTableQuery {