module Schemata::Orm::ActiveRecord

This module contains some helpers and handle schema (migrations):

create_table :accounts do |t|
  t.menuable
  t.nameable
  t.addressable
  t.contactable
  t.timestamps
end