Sha256: f6238438acc2af01fe2dad31226252557380b3470a305cb0e1d98859de1491a1

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 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 :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps
    
    end
  
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdnpro-7.1.3 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-7.1.2 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-7.1.1 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-7.1.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-7.0.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-6.0.3 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb