Sha256: f661efd18072c7083eb9af58515b47601f275cdf0718fd716343aa6e8a7ae322

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

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

    create_table :phcscriptcdn_script_extensions do |t|

      t.string :script_extension_name
      t.text :script_extension_description
      t.string :script_extension

      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/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-55.0.2 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-55.0.1 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-55.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb