statement property

  1. @override
String? statement
override

SQLite does not support dropping individual columns. Instead, this command must be handled during migration when access to the table schema is available.

Implementation

@override
String? get statement => null;