Sha256: a0a1a8eaba7eafacbf17a4da76f0ee1d8d1e2b647437ac033f6d4884a75cbc2e

Contents?: true

Size: 403 Bytes

Versions: 35

Compression:

Stored size: 403 Bytes

Contents

class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.1]
  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 :slug

      t.string :user_id
      t.string :user_name

      t.timestamps

    end

  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
phcscriptcdn-25.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-24.0.1 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-24.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-23.1.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-23.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-22.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-21.2.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-21.1.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-21.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-20.0.1 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-20.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-19.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-18.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-17.0.1 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-17.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-16.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-15.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-14.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-13.0.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb
phcscriptcdn-12.1.0 db/migrate/20160731210723_create_phcscriptcdn_script_authors.rb