Sha256: 8256cc208614edbb5681bc861eb9e6ba8956a8befd25ffdc58a9422a67f05b9b

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

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

    create_table :phcscriptcdn_script_extensions do |t|

      t.string :scriptextensionname
      t.text :scriptextensiondes
      t.string :scriptextension
      
      t.string :user_id
      t.string :user_name
      
      t.timestamps

    end
  
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.1 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-4.3.0 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-4.2.1 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-4.2.0 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-4.1.0 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb