Sha256: bb155100016c029c4ee6726816bfcac236056eb803676d6c7c549b63f79aab19
Contents?: true
Size: 259 Bytes
Versions: 25
Compression:
Stored size: 259 Bytes
Contents
class CreateFuelAuthors < ActiveRecord::Migration def change create_table :fuel_authors do |t| t.string :first_name t.string :last_name t.string :title t.text :bio t.attachment :avatar t.timestamps end end end
Version data entries
25 entries across 25 versions & 1 rubygems