table_column.rb

Path: app/models/table_column.rb
Last Update: Fri Jun 20 18:41:08 +0900 2008

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: table_columns

 id                  :integer       not null, primary key
 domain_id           :integer       not null
 table_type          :string(255)   not null
 table_id            :integer       not null
 name                :string(255)   not null
 type                :string(255)   not null
 length              :integer
 relation_table_name :string(255)
 relation_item_name  :string(255)
 polymorphic         :boolean
 dependent           :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]