Sha256: 66764bd486225b44f4e06fc3e3fea641c94307c760b40732bdd0e03e0f4fb278
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
class CreateAdminWebInstitutionals < ActiveRecord::Migration def change create_table :admin_web_institutionals do |t| t.string :name t.text :body t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems