MCPcopy
hub / github.com/writefreely/writefreely / AlterTableSqlBuilder

Struct AlterTableSqlBuilder

db/alter.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type AlterTableSqlBuilder struct {
9 Dialect DialectType
10 Name string
11 Changes []string
12}
13
14func (b *AlterTableSqlBuilder) AddColumn(col *Column) *AlterTableSqlBuilder {
15 if colVal, err := col.String(); err == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected