module OpenAPI
  def self.table_name_prefix
    'open_api_'
  end
end