Displaying 1 result from an estimated 1 matches for "createvenues".
2008 Dec 05
0
Bug in schema.rb generation during db:migrate
...sure this issue is the same as Ticket #11198 but I can''t
figure out how to add this to that defect. How do I figure out the
status of defect 11198? It says [PATCH] What does that mean? Is this
supposed to be fixed? If so, how do I reopen the defect?
Thanks in advance.
TW Scannell
class CreateVenues < ActiveRecord::Migration
def self.up
create_table(:venues, :id => false) do |t|
t.string :id, :limit => 36, :null => false
t.string :name, :null => false
t.string :address, :null => false
t.string :city, :null => false
t.string :state, :nu...