Sha256: 36974b990e59ed6b4fbee986e4080097134827b50e554fa16e6cebdbabb4f55b

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

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

    create_table :phcscriptcdn_script_versions do |t|

      t.string :scriptversion

      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/20160731205954_create_phcscriptcdn_script_versions.rb
phcscriptcdn-6.0.0b db/migrate/20160731205954_create_phcscriptcdn_script_versions.rb