Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.migration
/
createTable
create
Table
fun
SQLiteConnection
.
createTable
(
name
:
String
,
createSqls
:
(
tableName
:
String
)
->
List
<
String
>
)