Sha256: 1ed2a9b54608fed2c68d85a7281e641add84b4efab716aee9852c9bec449a34e
Contents?: true
Size: 583 Bytes
Versions: 11
Compression:
Stored size: 583 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 :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
11 entries across 11 versions & 1 rubygems