Money.DDL.drop_plus_operator
You're seeing just the function
drop_plus_operator
, go back to Money.DDL module for more information.
Returns the SQL string which when executed will
drop the +
operator for the money_with_currency
data type.
Arguments
db_type
: the type of the database for which the SQL string should be returned. Defaults to:postgres
which is currently the only supported database type.