class CreateGroupsTable < ActiveRecord::Migration[5.2] def change create_table :groups do |t| t.string :title t.text :description t.timestamps end end end