Sha256: cc9bcb0169e41193adedf418cebc8e1729da5a38e16d8c7097e45270ce2c0f91

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

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

    create_table :phcscriptcdn_script_versions do |t|

      t.string :script_version_number

      t.string :slug

      t.string :user_id

      t.timestamps

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-55.0.3 db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb
phcscriptcdn-55.0.2 db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb
phcscriptcdn-55.0.1 db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb
phcscriptcdn-55.0.0 db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb