Sha256: a4f8b3a54c04b91d6642719d6e8c3d25a930bff0b580098195dcbd835c38a639
Contents?: true
Size: 508 Bytes
Versions: 4
Compression:
Stored size: 508 Bytes
Contents
class CreatePhcscriptcdnScriptcdnInformation < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_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.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems