Sha256: 1a3b1dd0d7195030e893c759bbb206130d09eba714b54cac75aa30400705f117
Contents?: true
Size: 320 Bytes
Versions: 17
Compression:
Stored size: 320 Bytes
Contents
# This migration comes from fuel (originally 20150529202105) 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
17 entries across 17 versions & 1 rubygems