Sha256: 61985b03da1aecae561f7cba4ae3a202094f83122c63f89ea84d50e1a9e75f62
Contents?: true
Size: 156 Bytes
Versions: 3
Compression:
Stored size: 156 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration[4.2] def change create_table :authors do |t| t.string :name t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems