MCPcopy
hub / github.com/sqldef/sqldef / CreateTable

Struct CreateTable

schema/ast.go:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type CreateTable struct {
110 statement string
111 table Table
112}
113
114type CreateIndex struct {
115 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected