Class Workshop
In: app/models/workshop.rb
Parent: ActiveRecord::Base

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: workshops

 id            :integer       not null, primary key
 domain_id     :integer       not null
 name          :string(255)
 ymd           :string(255)
 promoter_id   :integer
 promoter_type :string(255)
 members       :string(255)
 created_at    :string(14)
 updated_at    :string(14)
 created_by    :integer
 updated_by    :integer
 created_in    :integer
 updated_in    :integer
 lock_version  :integer       default(0), not null

[Validate]