Sha256: 073ee3f104c2ee03ead085d063c717902b33678d563e148cf10ed6d43c2a6d15

Contents?: true

Size: 646 Bytes

Versions: 4

Compression:

Stored size: 646 Bytes

Contents

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

    create_table :phcscriptcdnpro_script_listings do |t|

      t.string :script_title
      t.text :script_description
      t.string :script_source

      t.string :script_website
      t.string :script_github

      t.date :script_initial_release
      t.date :script_lastest_release
      t.date :script_beta_release
      t.date :script_lastest_release_cdn

      t.string :script_status

      t.string :slug

      t.string :user_id
      t.string :org_id

      t.references :licence
      t.references :author

      t.timestamps

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-79.0.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-79.0.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-79.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-79.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb