Rails:如何在字段上添加评论?

时间:2016-12-05 01:57:01

标签: ruby-on-rails postgresql

我找到了一段代码,任何人都可以告诉我comment:主要用于什么以及如何在表名和字段上添加注释?

我使用PostgreSQL。

  create_table "sun", force: :cascade, comment: "The center" do |t|
    t.string   "distance",                     comment: "Long way"
    t.string   "energy",                       comment: "Super power"
    t.datetime "created_at",  null: false
    t.datetime "updated_at",  null: false
  end

0 个答案:

没有答案