Sha256: 7a528dc410363d3bfc3ce32c459974dc425526fddb0ed10fcbfc5d0e8819de8b
Contents?: true
Size: 415 Bytes
Versions: 43
Compression:
Stored size: 415 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.references :listing t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
43 entries across 43 versions & 1 rubygems