SchemaConstraintNames
Stable constraint name helpers shared by diff and platform DDL generators.
public static class SchemaConstraintNames
Methods
ColumnCheck(string, ColumnDefinition)
public static string ColumnCheck(string tableName, ColumnDefinition column)
Resolve the database name for a column-level check constraint. Implements [MIG-PG-NAMED-COLUMN-CHECK-CONSTRAINT].
Parameters:
| Name | Type | Description |
|---|---|---|
tableName |
String |
|
column |
ColumnDefinition |
Returns: String