menu
conduit_core package
documentation
conduit_core.dart
PersistentStore
createTable abstract method
createTable abstract method
dark_mode
light_mode
createTable
abstract method
List
<
String
>
createTable
(
SchemaTable
table
, {
bool
isTemporary
=
false
,
})
Implementation
List<String> createTable(SchemaTable table, {bool isTemporary = false});
conduit_core package
documentation
conduit_core
PersistentStore
createTable abstract method
PersistentStore class