Sha256: 778992a83f605620a73c3e783a4653d4fe174690f112dd90afea002aa35b93a2
Contents?: true
Size: 168 Bytes
Versions: 48
Compression:
Stored size: 168 Bytes
Contents
class Continents < ActiveRecord::Migration[5.0] def change create_table :continents do |t| t.string :name t.timestamps null: false end end end
Version data entries
48 entries across 48 versions & 1 rubygems