Sha256: 9f71baf1c663f729fb4e1f6f8f33ce2b0684b7e801f402707385cbe45330a437

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

class CreateEmployees < ActiveRecord::Migration[6.0]
  def change
    create_table :employees do |t|
      t.text :Facebook
      t.text :Linkedin
      t.text :Role
      t.text :e_mail
      t.text :Mobile
      t.text :Address
      t.text :Country
      t.text :Full_Name
      t.text :Last_Name_2
      t.text :Last_Name_1
      t.text :Middle_Name
      t.text :First_Name

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jester-data-8.0.0 db/migrate/20190915205450_create_employees.rb
ezii-os-5.2.1 db/migrate/20190915205450_create_employees.rb
ezii-os-2.0.1 db/migrate/20190915205450_create_employees.rb