Can't seem to save object into database

后端 未结 0 572
花落未央
花落未央 2020-12-28 11:37

This is my ActiveRecord:

class CreateTasks < ActiveRecord::Migration[6.1]
  def change
    create_table :tasks do |t|
      t.string :title
      t.text :b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题