Sha256: 15878c89ea18cc59986d52009578ac20ba3c0b4c4e32a0b039b13699f822fba0

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

class CreateAuthors < ActiveRecord::Migration[5.2]
  def change
    create_table :authors do |t|
      t.string :name
      t.integer :age
      t.string :email

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.4 spec/dummy/db/migrate/20180607053251_create_authors.rb
activeadmin_blaze_theme-0.7.0 spec/dummy/db/migrate/20180607053251_create_authors.rb
activeadmin_blaze_theme-0.6.2 spec/dummy/db/migrate/20180607053251_create_authors.rb
activeadmin_blaze_theme-0.6.0 spec/dummy/db/migrate/20180607053251_create_authors.rb
activeadmin_blaze_theme-0.5.16 spec/dummy/db/migrate/20180607053251_create_authors.rb