factory ForeignKeyDto.fromJson(Map<String, Object?> json) => ForeignKeyDto( json['table'] as String, json['column'] as String, );