Sha256: 2f47a3691ee48419184ecfde5a0199c6883f5c18cd3a7ddb51f4d0bbf240ef2e
Contents?: true
Size: 155 Bytes
Versions: 6
Compression:
Stored size: 155 Bytes
Contents
class CreateTopics < ActiveRecord::Migration[6.1] def change create_table :topics do |t| t.string :title t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems