Sha256: a9c682e46c36a7f0fbfa63896e9708e033c1c65cf2a2a73543ec0ed2656a0276
Contents?: true
Size: 222 Bytes
Versions: 18
Compression:
Stored size: 222 Bytes
Contents
class CreateMnoCrews < ActiveRecord::Migration def change create_table :mno_crews do |t| t.string :name t.string :provider t.string :uid t.string :tenant t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems