Sha256: f6238438acc2af01fe2dad31226252557380b3470a305cb0e1d98859de1491a1
Contents?: true
Size: 455 Bytes
Versions: 6
Compression:
Stored size: 455 Bytes
Contents
class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.0] 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 :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems