INSERT INTO property_arrangement ( property_id, price, currency, arrangement, time_created, last_updated ) VALUES ( $1, $2, $3, $4, $5, $5 ) RETURNING property_id, price, currency, arrangement as "arrangement: _", time_created, last_updated;