Skip to content

Commit f64aba2

Browse files
committed
Add more docs
1 parent 91587f0 commit f64aba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/specs/fk_col_name_index/fk_col_name_index.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ components:
3737
x-indexes:
3838
- 'unique:user_id,name'
3939
- 'unique:redelivery_of,name'
40-
# - 'unique:rd2,name'
41-
- 'unique:rd_abc_2,name'
40+
# - 'unique:rd2,name' # incorrect way
41+
- 'unique:rd_abc_2,name' # correct way
4242
type: object
4343
description: example for x-fk-column-name
4444
properties:

0 commit comments

Comments
 (0)