Sha256: d1ca6f12315c1445f9f4be1d3ed1df4e94bc4c6a466e595714d55fac45f5883b
Contents?: true
Size: 581 Bytes
Versions: 14
Compression:
Stored size: 581 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.date :scriptinitialrelease t.string :scriptlicence t.string :scriptplatform t.string :scriptstatus 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
14 entries across 14 versions & 1 rubygems