Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ DDL
Interface
DDL
schema/ast.go:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
type
DDL
interface
{
106
Statement() string
107
}
108
109
type
CreateTable
struct
{
110
statement string
Callers
1
SortTablesByDependencies
Function · 0.70
Implementers
15
CreateTable
schema/ast.go
CreateIndex
schema/ast.go
AddIndex
schema/ast.go
AddPrimaryKey
schema/ast.go
AddForeignKey
schema/ast.go
AddExclusion
schema/ast.go
AddPolicy
schema/ast.go
SetRowLevelSecurity
schema/ast.go
GrantPrivilege
schema/ast.go
RevokePrivilege
schema/ast.go
CreatePartitionOf
schema/ast.go
View
schema/ast.go
Calls
no outgoing calls
Tested by
no test coverage detected