factory ColumnRename.fromJson(Map<String, Object?> json) => ColumnRename(from: json['from'] as String, to: json['to'] as String);