Sha256: b35e61d8b5945ac6538cfc889659773990225da55a7fdad66353272e0b65017a
Contents?: true
Size: 169 Bytes
Versions: 1
Compression:
Stored size: 169 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration[5.1] def change create_table :authors do |t| t.string :name, null: false t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sandboxy-2.0.0 | examples/rails_example/db/migrate/20170827184054_create_authors.rb |