mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
don't show primary key name when anonymousePrimaryKey=true
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
export let constraintInfo;
|
||||
export let setTableInfo;
|
||||
export let tableInfo;
|
||||
export let driver;
|
||||
|
||||
export let constraintLabel = 'primary key';
|
||||
export let constraintType = 'primaryKey';
|
||||
@@ -16,4 +17,5 @@
|
||||
{constraintInfo}
|
||||
{setTableInfo}
|
||||
{tableInfo}
|
||||
hideConstraintName={driver?.dialect?.anonymousPrimaryKey}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user