UDbForeignKeyResponse constructor
UDbForeignKeyResponse({})
Implementation
UDbForeignKeyResponse({
required this.column,
required this.referencesTable,
required this.referencesColumn,
required this.constraintName,
});