Sha256: f3fd6180790723acb07fd9c9c469a19fcb4a1742e063795ed288952de082c927
Contents?: true
Size: 324 Bytes
Versions: 32
Compression:
Stored size: 324 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration def change create_table :authors do |t| t.string :name, :null => false t.string :surname t.text :bio t.date :birth_date t.string :wiki_link t.integer :publisher_id t.timestamps(null: false) end end end
Version data entries
32 entries across 32 versions & 1 rubygems