Sha256: 14d9437bb74bd4ad734b418027812554d6923d4675b27822420df162b60fcb3b
Contents?: true
Size: 290 Bytes
Versions: 15
Compression:
Stored size: 290 Bytes
Contents
class CreateCtwsMinAppVersions < ActiveRecord::Migration[5.0] def change create_table :ctws_min_app_versions do |t| t.string :codename t.text :description t.string :platform t.string :min_version t.string :store_uri t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems