Sha256: d1778464be8ba0c8af6d87f99f3e2a4fea9774ac2ff3fa5af1cc74b1aa6ee6dd

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

class CreatePhcscriptcdnScriptExtensions < ActiveRecord::Migration[5.2]
  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

6 entries across 6 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-54.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-53.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-52.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-51.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb
phcscriptcdn-50.0.0 db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb