Sha256: 6ef9b772ade8b5e7d2bf90aabf0c1a710852a27b0e8d124d47dd961a178178e1

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

class CreatePhcscriptcdnScriptListings < ActiveRecord::Migration[7.0]
  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-55.0.3 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-55.0.2 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-55.0.1 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb
phcscriptcdn-55.0.0 db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb