mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
reorder pk columns (#20624)
This commit is contained in:
@@ -678,7 +678,8 @@ export class TableDesignerComponentInput implements DesignerComponentInput {
|
||||
removeRowConfirmationMessage: options.removeRowConfirmationMessage,
|
||||
showRemoveRowConfirmation: options.showRemoveRowConfirmation,
|
||||
showItemDetailInPropertiesView: false,
|
||||
labelForAddNewButton: options.labelForAddNewButton ?? localize('tableDesigner.addNewColumnToPrimaryKey', "Add Column")
|
||||
labelForAddNewButton: options.labelForAddNewButton ?? localize('tableDesigner.addNewColumnToPrimaryKey', "Add Column"),
|
||||
canMoveRows: options.canMoveRows
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user