Sha256: 9ed556b6be08613daa352b0c39da342d303c94611ec57872e2f8dacadf1aa55c
Contents?: true
Size: 443 Bytes
Versions: 34
Compression:
Stored size: 443 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnAuthors < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_authors do |t| t.string :authorfirstname t.string :authorlastname t.string :authorwebsite t.string :authorgithub t.string :authortwitter t.references :main, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
34 entries across 34 versions & 1 rubygems