摘要:
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 @ 2008-11-13 17:17
lexus
阅读(170)
评论(0)
推荐(0)