Sha256: baa850a1390913b338b8b15c63fcdcafd8ac705c34151967359aa24c90fb73c4

Contents?: true

Size: 470 Bytes

Versions: 8

Compression:

Stored size: 470 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

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-10.0.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-9.0.1 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-9.0.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.1.1 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.1.0 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.0.4 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.0.3 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb
phcscriptcdnpro-8.0.2 db/migrate/20160821183714_create_phcscriptcdnpro_script_authors.rb