Sha256: 6b4e275cdbb62565a9b0f0279be32316595d1a01032c67d516ec771f0e47a097
Contents?: true
Size: 309 Bytes
Versions: 13
Compression:
Stored size: 309 Bytes
Contents
class CreateMyAdminConfigurations < ActiveRecord::Migration def change create_table :my_admin_configurations do |t| t.string :key t.string :name t.string :field_type t.string :hint t.text :value t.boolean :required t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems