toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Table
/
registerColumn
register
Column
fun
<
T
>
registerColumn
(
name
:
String
,
type
:
IColumnType
<
T
&
Any
>
)
:
Column
<
T
>
Adds a column of the specified
type
and with the specified
name
to the table.