Sha256: f2c1c1e537997feaefcea5e06706a1f59c6e193f262010fba619b5e6b36eb4da
Contents?: true
Size: 152 Bytes
Versions: 3
Compression:
Stored size: 152 Bytes
Contents
class CreateBooks < ActiveRecord::Migration[5.1] def change create_table :books do |t| t.string :name t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems