tableCreate method
Implementation
TableCreate tableCreate(String tableName, [Map? options]) =>
TableCreate.fromDB(this, tableName, options);
TableCreate tableCreate(String tableName, [Map? options]) =>
TableCreate.fromDB(this, tableName, options);