Sha256: e9fb9c74cf442b7e2fa15df45f0762ae489cec018b778ee1b9b2c0ae144c4972

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.0]
  def change
  
    create_table :phcscriptcdnpro_script_authors do |t|

      t.string :authorfirstname
      t.string :authorlastname

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

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps
    
    end
  
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcscriptcdnpro-8.0.1 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.0.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb