renderTableOptions method

  1. @override
List<String> renderTableOptions(
  1. String tableName, {
  2. String? engine,
  3. String? charset,
  4. String? collation,
  5. String? comment,
  6. 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 [];