Displaying 1 result from an estimated 1 matches for "location_zip".
Did you mean:
location_id
2007 Nov 22
1
has_many :through questions
...:date
t.column "start_time", :time
t.column "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", :st...