Displaying 2 results from an estimated 2 matches for "createuserst".
Did you mean:
createusers
2007 Apr 17
2
Rake aborted - syntax error, unexpected $end, expecting kEND
I can''t create tables via rake db:migrate without encountering this
error:
rake aborted!
./db/migrate//001_create_users_table.rb:11: syntax error, unexpected
$end, expecting kEND
The 001_create_users_table.rb file contains:
class CreateUsersTable < ActiveRecord::Migration
def self.up
create_table "users" do |table|
end
def self.down
end
end
I''ve recently installed RoR (as per
http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx)
and have been able to verify that everything is install...
2007 Jan 30
2
How to use migrations to convert engine type to InnoDB?
I''ve been looking through some references but can''t seem to find the
right syntax and commands.
I basically just want to have a migration to convert my db and all my
tables to InnoDB. Does anyone know a tutorial or the migration syntax
to do this? Thanks in advance :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are