createTable abstract method

Future<void> createTable(
  1. Create statement
)

Creates the table

Implementation

Future<void> createTable(Create statement);