Sha256: 2bee219bb1f6b8281a49db1d3ec3f0d4b6900f61a3c96cec24c79cc9d741defc
Contents?: true
Size: 595 Bytes
Versions: 15
Compression:
Stored size: 595 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnInformation < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_information do |t| t.string :scripttitle t.text :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 t.references :main, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 1 rubygems