Sha256: a035a6accb78e1856e0ab3406d2acb47c67b87144d652cda2ae4199f0ce6679c
Contents?: true
Size: 225 Bytes
Versions: 4
Compression:
Stored size: 225 Bytes
Contents
class CreateTasks < ActiveRecord::Migration[6.0] def change create_table :tasks do |t| t.integer :reward t.string :title t.text :briefing t.string :cta_copy t.timestamps end end end
Version data entries
4 entries across 4 versions & 2 rubygems