Ralph::Schema::ModelForeignKey
Foreign key definition from a model association
Constructors
Instance methods
clone
Sourcecopy_with(from_column _from_column = @from_column, to_table _to_table = @to_table, to_column _to_column = @to_column, on_delete _on_delete = @on_delete, on_update _on_update = @on_update)
Sourcefrom_column
on_delete
on_update
to_column
to_table