monolayer-pg / schema / PgMappedCheck
Class: PgMappedCheck
Extends
Properties
Property | Modifier | Type | Inherited from |
---|---|---|---|
expression | protected | Expression <any > | PgRawConstraint .expression |
name | public | string | PgRawConstraint .name |
Constructors
new PgMappedCheck()
new PgMappedCheck(
name
,expression
):PgMappedCheck
Parameters
Parameter | Type |
---|---|
name | string |
expression | Expression <any > |