Sha256: 3e3e1d87228af9b54309e4ec81eff5af825ee6cb4b80280c8a7713826cc5d9d4
Contents?: true
Size: 260 Bytes
Versions: 8
Compression:
Stored size: 260 Bytes
Contents
class CreateComableStores < ActiveRecord::Migration def change create_table :comable_stores do |t| t.string :name t.string :meta_keywords t.string :meta_description t.string :email t.timestamps null: false end end end
Version data entries
8 entries across 8 versions & 2 rubygems