Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
type
CreateTable
struct
{
110
statement string
111
table Table
112
}
113
114
type
CreateIndex
struct
{
115
statement string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected