Sha256: 53cc89d25151d3d36dc0388fa710d4ab3a37a0b2e9771295360f5f775a59a743
Contents?: true
Size: 174 Bytes
Versions: 115
Compression:
Stored size: 174 Bytes
Contents
class CreatePulitzerTags < ActiveRecord::Migration def change create_table :pulitzer_tags do |t| t.string :name t.timestamps null: false end end end
Version data entries
115 entries across 113 versions & 1 rubygems