renderTableOptions method
List<String>
renderTableOptions(
- String tableName, {
- String? engine,
- String? charset,
- String? collation,
- String? comment,
- int? autoIncrement,
override
Collections carry none of these SQL table options.
Implementation
@override
List<String> renderTableOptions(
String tableName, {
String? engine,
String? charset,
String? collation,
String? comment,
int? autoIncrement,
}) => const [];