Sha256: 1c61a92a1043148695c85ee459a5ea2b0851e7ce177200aff1f949851ab4470f
Contents?: true
Size: 205 Bytes
Versions: 31
Compression:
Stored size: 205 Bytes
Contents
class CreateBjondServices < ActiveRecord::Migration def change create_table :bjond_services do |t| t.string :group_id t.string :endpoint t.timestamps null: false end end end
Version data entries
31 entries across 31 versions & 1 rubygems