Sha256: 9966b96bcf961fba95cab95293e3c00d113d8ff903aa7d3c88a2c63091cbb256

Contents?: true

Size: 335 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
phcscriptcdn-6.0.0 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-6.0.0b db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb