File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -545,12 +545,12 @@ has meaning in the SchemaTool schema generation context.
545
545
Required attributes:
546
546
547
547
548
- - **name **: Name of the Index
549
548
- **fields **: Array of fields. Exactly one of **fields **, **columns ** is required.
550
549
- **columns **: Array of columns. Exactly one of **fields **, **columns ** is required.
551
550
552
551
Optional attributes:
553
552
553
+ - **name **: Name of the Index. If not provided, a generated name will be assigned.
554
554
- **options **: Array of platform specific options:
555
555
556
556
- ``where ``: SQL WHERE condition to be used for partial indexes. It will
@@ -1316,12 +1316,12 @@ context.
1316
1316
Required attributes:
1317
1317
1318
1318
1319
- - **name **: Name of the Index
1320
1319
- **fields **: Array of fields. Exactly one of **fields **, **columns ** is required.
1321
1320
- **columns **: Array of columns. Exactly one of **fields **, **columns ** is required.
1322
1321
1323
1322
Optional attributes:
1324
1323
1324
+ - **name **: Name of the Index. If not provided, a generated name will be assigned.
1325
1325
- **options **: Array of platform specific options:
1326
1326
1327
1327
- ``where ``: SQL WHERE condition to be used for partial indexes. It will
Original file line number Diff line number Diff line change @@ -540,13 +540,13 @@ has meaning in the ``SchemaTool`` schema generation context.
540
540
541
541
Required parameters:
542
542
543
- - **name **: Name of the Index
544
543
- **fields **: Array of fields. Exactly one of **fields, columns ** is required.
545
544
- **columns **: Array of columns. Exactly one of **fields, columns ** is required.
546
545
547
546
548
547
Optional parameters:
549
548
549
+ - **name **: Name of the Index. If not provided, a generated name will be assigned.
550
550
- **options **: Array of platform specific options:
551
551
552
552
- ``where ``: SQL WHERE condition to be used for partial indexes. It will
@@ -1104,12 +1104,12 @@ context.
1104
1104
1105
1105
Required parameters:
1106
1106
1107
- - **name **: Name of the Index
1108
1107
- **fields **: Array of fields (the names of the properties, used in the entity class).
1109
1108
- **columns **: Array of columns (the names of the columns, used in the schema).
1110
1109
1111
1110
Optional parameters:
1112
1111
1112
+ - **name **: Name of the Index. If not provided, a generated name will be assigned.
1113
1113
- **options **: Array of platform specific options:
1114
1114
1115
1115
- ``where ``: SQL WHERE condition to be used for partial indexes. It will
You can’t perform that action at this time.
0 commit comments