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