Displaying 1 result from an estimated 1 matches for "location_addr".
2007 Nov 22
1
has_many :through questions
..."end_time", :time
t.column "last_register_date", :date
t.column "location_city", :string
t.column "location_state", :string, :limit => 2
t.column "location_zip", :string, :limit => 9
t.column "location_addr", :text
t.column "agenda", :text
t.column "contacts", :text
end
create_table "people", :force => true do |t|
t.column "first_name", :string
t.column "last_name", :string
t.column "...