MCPcopy
hub / github.com/writefreely/writefreely / SetDefault

Method SetDefault

db/create.go:147–150  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

145}
146
147func (c *Column) SetDefault(value string) *Column {
148 c.Default = OptionalString{Set: true, Value: value}
149 return c
150}
151
152func (c *Column) SetDefaultCurrentTimestamp() *Column {
153 def := "NOW()"

Callers 2

oauthSlackFunction · 0.80

Calls

no outgoing calls

Tested by 1