SQLite does not support dropping individual columns. Instead, this command must be handled during migration when access to the table schema is available.
@override String? get statement => null;