global

def create_verify_account_key

def create_verify_account_key
  ds = db[verify_account_table].where(verify_account_id_column=>account_id_value)
  transaction do
    ds.insert(verify_account_key_insert_hash) if ds.empty?
  end
end