comment removed
This commit is contained in:
parent
9e34773962
commit
c8167753b2
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ class PostgresAlterTable extends Table implements MutableTable {
|
||||||
indexType = 'PRIMARY KEY';
|
indexType = 'PRIMARY KEY';
|
||||||
break;
|
break;
|
||||||
case IndexType.unique:
|
case IndexType.unique:
|
||||||
// ??
|
|
||||||
indexType = 'CONSTRAINT "$name" UNIQUE';
|
indexType = 'CONSTRAINT "$name" UNIQUE';
|
||||||
break;
|
break;
|
||||||
case IndexType.standardIndex:
|
case IndexType.standardIndex:
|
||||||
|
|
Loading…
Reference in a new issue