Sha256: 98fce80f10e090d093f86b031fa6258f677390ebe73efb0a59ffdfd760be9ab9
Contents?: true
Size: 173 Bytes
Versions: 14
Compression:
Stored size: 173 Bytes
Contents
class CreateApplicationModels < ActiveRecord::Migration def change create_table :application_models do |t| t.string :model t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems