nevermind, found that this ``` createTable("DBNam...
# anko
d
nevermind, found that this
Copy code
createTable("DBName", true,
                    "_id" to INTEGER + PRIMARY_KEY + UNIQUE,
                    "name" to TEXT)
is working