mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -05:00
[Table Designer] Add apis to support computed column (#1495)
This commit is contained in:
@@ -2311,4 +2311,13 @@ TableDesignerNewHistoryTableTitle = New History Table Name
|
||||
TableColumnDefaultConstraintNamePropertyDescription = Specifies the default constraint name.
|
||||
TableColumnDefaultConstraintNamePropertyTitle = Default Constraint Name
|
||||
AddNewEdgeConstraintLabel = New Edge Constraint
|
||||
AddNewClauseLabel = New Clause
|
||||
AddNewClauseLabel = New Clause
|
||||
TableColumnComputedGroupTitle = Computed Column Specifications
|
||||
TableColumnIsComputedTitle = Is Computed
|
||||
TableColumnIsComputedDescription = Specifies whether the column is a computed column
|
||||
TableColumnComputedFormulaTitle = Formula
|
||||
TableColumnComputedFormulaDescription = Formula that the column uses if it is a computed column
|
||||
TableColumnIsComputedPersistedTitle = Is Persisted
|
||||
TableColumnIsComputedPersistedDescription = Whether the computed column is saved with the data source
|
||||
TableColumnIsComputedPersistedNullableTitle = Is Persisted Nullable
|
||||
TableColumnIsComputedPersistedNullableDescription = Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)
|
||||
Reference in New Issue
Block a user