createTables static method
dynamic
createTables()
Implementation
static createTables() async {
await MessageConversationQuery().createTable();
await MessageQuery().createTable();
}
static createTables() async {
await MessageConversationQuery().createTable();
await MessageQuery().createTable();
}