Sha256: 29675f7da5a0bc6abcddbfa80f0c8e36b7488520eae487d8903863ff88eead06
Contents?: true
Size: 176 Bytes
Versions: 2
Compression:
Stored size: 176 Bytes
Contents
# typed: true class CreateMakes < ActiveRecord::Migration[6.0] def change create_table :makes do |t| t.text :what_will_i_make t.timestamps end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ezii-browser-1.0.0 | server/redux-os/db/migrate/20191018173934_create_makes.rb |
mega-os-1.0.0 | db/migrate/20191018173934_create_makes.rb |