toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
SchemaUtils
/
createFKey
create
FKey
fun
createFKey
(
foreignKey
:
ForeignKeyConstraint
)
:
List
<
String
>
Returns the SQL statements that create the provided
ForeignKeyConstraint
.