RenameColumn constructor

const RenameColumn(
  1. String oldName,
  2. String newName,
  3. {required String onTable}
)

Implementation

const RenameColumn(
  this.oldName,
  this.newName, {
  required this.onTable,
});