MCPcopy
hub / github.com/writefreely/writefreely / SetNullable

Method SetNullable

db/create.go:137–140  ·  view source on GitHub ↗
(nullable bool)

Source from the content-addressed store, hash-verified

135}
136
137func (c *Column) SetNullable(nullable bool) *Column {
138 c.Nullable = nullable
139 return c
140}
141
142func (c *Column) SetPrimaryKey(pk bool) *Column {
143 c.PrimaryKey = pk

Callers 2

oauthInvitesFunction · 0.80
oauthAttachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected