Sha256: e8cecac0ff3b9752ff721954e4b4ed5c80d738889673b7b0b48c34912ab38d7d
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
class CreateCaptainConfigs < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :captain_configs do |t| t.string :type, null: false t.string :key, null: false t.text :text t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
captain_config-1.1.0 | lib/generators/templates/create_captain_configs.rb.tt |
captain_config-1.0.0 | lib/generators/templates/create_captain_configs.rb.tt |