toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.vendors
/
VendorDialect
/
modifyColumn
modify
Column
open
override
fun
modifyColumn
(
column
:
Column
<
*
>
,
columnDiff
:
ColumnDiff
)
:
List
<
String
>
Returns the SQL statement that modifies the specified
column
.