Sha256: d7477839794f2a6ce09f54a9ec01a06182fbca5f6ceffdce07904336024e0e70
Contents?: true
Size: 406 Bytes
Versions: 36
Compression:
Stored size: 406 Bytes
Contents
class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_script_authors do |t| t.string :authorfirstname t.string :authorlastname t.string :authorwebsite t.string :authorgithub t.string :authortwitter t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems