mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 09:35:38 -05:00
table designer - support indexes and write operations (#1363)
* support indexes * column properties
This commit is contained in:
@@ -2243,3 +2243,11 @@ SqlForeignKeyAction_SetNull = Set Null
|
||||
SqlForeignKeyAction_SetDefault = Set Default
|
||||
UnKnownSqlForeignKeyAction(string name) = '{0}' is not a supported SqlForeignKeyAction.
|
||||
CheckConstraintIsEnabledDescription = Specifies whether the check constraint is Enabled
|
||||
IndexIsEnabledPropertyDescription = Specifies whether the index is enabled
|
||||
IndexIsClusteredPropertyDescription = Whether the index is clustered, only one clustered index is allowed in a table.
|
||||
TableDesignerIndexIsClusteredPropertyTitle = Is Clustered
|
||||
IndexIsUniquePropertyDescription = Whether the data entered into this index must be unique.
|
||||
TableDesignerIsUniquePropertyTitle = Is Unique
|
||||
IndexColumnIsAscendingPropertyDescription = Specifies the sort order of the column.
|
||||
IndexColumnIsAscendingPropertyTitle = Is Ascending
|
||||
TableDesignerColumnsDisplayValueTitle = Columns
|
||||
|
||||
Reference in New Issue
Block a user