I know it's possible to generate the appropriate SQL query using "FK" column in lucidchart. However is there a way to setup lucidchart to generate composite foreign key?
For example let say I have the following tables:
Table 1:
column1
column2
column3
Table 2:
column4
column5
foreign key (column4column5) references table1 (column1 column2)
Is it possible to create this foreign key using lucidchart?