menu
lyra_framework package
documentation
database/database.dart
Database
addTable static method
addTable static method
dark_mode
light_mode
addTable
static method
void
addTable
(
TableSchema
tableSchema
)
Implementation
static void addTable(TableSchema tableSchema) { tables.add(tableSchema); }
lyra_framework package
documentation
database/database
Database
addTable static method
Database class