MCPcopy Index your code
hub / github.com/coder/coder / CheckConstraint

TypeAlias CheckConstraint

coderd/database/check_constraint.go:5–5  ·  view source on GitHub ↗

CheckConstraint represents a named check constraint on a table.

Source from the content-addressed store, hash-verified

3
4// CheckConstraint represents a named check constraint on a table.
5type CheckConstraint string
6
7// CheckConstraint enums.
8const (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected