Sha256: 2833867460fbc43c793d6df82a4b6b8fb3b338adb8f97da25ed73b8ba9d23f58
Contents?: true
Size: 389 Bytes
Versions: 30
Compression:
Stored size: 389 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 :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
30 entries across 30 versions & 1 rubygems