Sha256: 4f61bd1b8cb6c70fd54f68be8e8cd9cd8b64e0439fb562cba880609154a39e14
Contents?: true
Size: 261 Bytes
Versions: 16
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true # Migration to create a second model to test with class CreateThings < ActiveRecord::Migration[6.1] def change create_table :things do |t| t.string :name t.text :description t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems