Sha256: 29ea69eb3be55e3dafe7c9f434111640e78dbae411f9dfd240d11ae82bfac532
Contents?: true
Size: 621 Bytes
Versions: 15
Compression:
Stored size: 621 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.string :scriptstatus 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