jakub.dyszkiewicz
03/05/2017, 11:00 AManthonyeef
03/05/2017, 11:33 AMjakub.dyszkiewicz
03/05/2017, 11:34 AManthonyeef
03/05/2017, 11:35 AMkenkyee
03/05/2017, 12:24 PManthonyeef
03/05/2017, 1:11 PMdb?.createTable("Customer", ifNotExists = true,
"_id" to INTEGER + PRIMARY_KEY + UNIQUE,
"name" to TEXT,
"photo" to BLOB)
mixing name and arguments is not allowed
jakub.dyszkiewicz
03/05/2017, 2:02 PManthonyeef
03/05/2017, 2:41 PMcedric
03/05/2017, 2:59 PM{}
and pairs in parameters instead of Kotlin's string interpolation?jakub.dyszkiewicz
03/05/2017, 3:22 PMkenkyee
03/06/2017, 2:49 AM