Sha256: e7553043b75fe054c2690da7af92ab3a2dd4cacc61a3865205fab2fb87abe50f
Contents?: true
Size: 310 Bytes
Versions: 35
Compression:
Stored size: 310 Bytes
Contents
class CreateSettings < ActiveRecord::Migration[5.1] def change create_table :settings do |t| t.string :name t.string :description t.string :phone t.string :mobile t.string :email t.string :logo t.string :favicon t.timestamps null: false end end end
Version data entries
35 entries across 34 versions & 1 rubygems