Sha256: 510aa4cc4fc5a7c9925da24b2d9602272fa911e2fbf44519e81b5d1714350a01
Contents?: true
Size: 199 Bytes
Versions: 49
Compression:
Stored size: 199 Bytes
Contents
class CreateMnoCrews < ActiveRecord::Migration def change create_table :mno_crews do |t| t.string :name t.string :provider t.string :uid t.timestamps end end end
Version data entries
49 entries across 37 versions & 2 rubygems