Sha256: 90adfceacba6a619965b2c21b482881c5bbf03c2ae0691eae9d02bc476586b69
Contents?: true
Size: 410 Bytes
Versions: 14
Compression:
Stored size: 410 Bytes
Contents
class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.0] def change create_table :phcscriptcdn_script_authors do |t| t.string :authorfirstname t.string :authorlastname t.string :authorwebsite t.string :authorgithub t.string :authortwitter t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems