Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ AddPrimaryKey
Struct
AddPrimaryKey
schema/ast.go:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
type
AddPrimaryKey
struct
{
128
statement string
129
tableName QualifiedName
130
index Index
131
}
132
133
type
AddForeignKey
struct
{
134
statement string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected