Skip to content

Commit a9c7f5f

Browse files
committed
Fix: Create Table with UNIQUE (multi)
1 parent c728254 commit a9c7f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows/TableWindow.rbfrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ End
670670
next
671671

672672
if (isMulti) then
673-
uniqueFields = " UNIQUE ("
673+
uniqueFields = ", UNIQUE ("
674674
for i=0 to count
675675
// name
676676
constraint = TableListbox.Cell(i, 4).Uppercase

0 commit comments

Comments
 (0)