Sha256: e348d6e4f849a3cc73e252c5dfb1df576932a063c02a9b88607089c425d216c8
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 Bytes
Contents
class CreatePhcscriptcdnScriptExtensions < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdn_script_extensions do |t| t.string :scriptextensionname t.text :scriptextensiondes t.string :scriptextension t.string :slug t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems