Sha256: a6f19642b9194f6250056910237e36a55ad2a1b184eac8746be45ee7836286fa

Contents?: true

Size: 306 Bytes

Versions: 3

Compression:

Stored size: 306 Bytes

Contents

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

    create_table :phccodesnipperpro_script_urls do |t|

      t.string :script_url

      t.string :slug

      t.string :user_id
      t.string :org_id

      t.references :snippet
      t.timestamps

    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phccodesnipperpro-5.0.2 db/migrate/20190504104048_create_phccodesnipperpro_script_urls.rb
phccodesnipperpro-5.0.1 db/migrate/20190504104048_create_phccodesnipperpro_script_urls.rb
phccodesnipperpro-5.0.0 db/migrate/20190504104048_create_phccodesnipperpro_script_urls.rb