Sha256: bb260b27c74b495e965902176f040c5ffb8f9c5e5259f8feab823185448d5679

Contents?: true

Size: 597 Bytes

Versions: 1

Compression:

Stored size: 597 Bytes

Contents

class CreatePhcscriptcdnproScriptcdnInformation < ActiveRecord::Migration
  def change
    create_table :phcscriptcdnpro_scriptcdn_information do |t|
      t.string :scripttitle
      t.string :scriptdescription
      t.string :scriptcategory
      t.string :scriptwebsite
      t.string :scripttwitter
      t.string :scriptgithub
      t.string :scriptinitialrelease
      t.string :scriptlicence
      t.string :scriptplatform
      t.references :version, index: true, foreign_key: true
      t.references :main, index: true, foreign_key: true

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.7.5 db/migrate/20160620233512_create_phcscriptcdnpro_scriptcdn_information.rb