Sha256: be613b1f12247b0155d74a4d67145e692822644d903c6530d1b8b22ac883ec6a

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

class CreatePhcscriptcdnScriptListings < ActiveRecord::Migration[5.2]
  def change

    create_table :phcscriptcdn_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.references :licence
      t.references :author

      t.timestamps

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-54.1.0 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-54.0.0 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-53.0.0 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-52.0.0 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb