浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

class CreateUsers < ActiveRecord::Migration
  def self.up
    create_table :users do |t|
      t.string :username
      t.timestamps
    end
  end

  def self.down
    drop_table :users
  end
end

 

 

新版迁移文件会生成如下的表结构

 

 

posted on 2008-11-13 17:17  lexus  阅读(161)  评论(0编辑  收藏  举报