Sha256: 65e4ae64b69b65b5bcd9421788ea5809002126e4464a53885f935c604ffc8dc6

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.0]
  def change

    create_table :phcscriptcdn_script_authors do |t|

      t.string :authorfirstname
      t.string :authorlastname

      t.string :authorwebsite
      t.string :authorgithub
      t.string :authortwitter

      t.string :user_id
      t.string :user_name

      t.timestamps

    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcscriptcdn-6.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-6.0.0b db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb