mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
table designer - support second level entities (#1381)
* support secondary entities * new table info for existing table scenario * delete column confirmation * vbump Dacfx
This commit is contained in:
@@ -37,8 +37,8 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
||||
public const string Enabled = "enabled";
|
||||
public const string OnDeleteAction = "onDeleteAction";
|
||||
public const string OnUpdateAction = "onUpdateAction";
|
||||
public const string ColumnMapping = "columnMapping";
|
||||
public const string PrimaryKeyTable = "primaryKeyTable";
|
||||
public const string ColumnMapping = "columns";
|
||||
public const string ForeignTable = "foreignTable";
|
||||
public const string IsNotForReplication = "isNotForReplication";
|
||||
}
|
||||
|
||||
@@ -51,8 +51,8 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
||||
|
||||
public static class ForeignKeyColumnMappingPropertyNames
|
||||
{
|
||||
public const string PrimaryKeyColumn = "primaryKeyColumn";
|
||||
public const string ForeignKeyColumn = "foreignKeyColumn";
|
||||
public const string Column = "column";
|
||||
public const string ForeignColumn = "foreignColumn";
|
||||
}
|
||||
|
||||
public static class IndexPropertyNames
|
||||
|
||||
Reference in New Issue
Block a user