Sha256: a92037fcdf09ce1817c7071b19a4f132144a51c0c66dc0e8072af0024624bc75
Contents?: true
Size: 185 Bytes
Versions: 24
Compression:
Stored size: 185 Bytes
Contents
class CreateSystemConfigs < ActiveRecord::Migration[5.0] def change create_table :system_configs do |t| t.string :name, :null => false t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems