Sha256: e0bb441b6419a0e607e23fb051104579e32502a9e05e366e1f26e5a29b3d7926
Contents?: true
Size: 441 Bytes
Versions: 41
Compression:
Stored size: 441 Bytes
Contents
class CreatePhcscriptcdnproScriptcdnAuthors < ActiveRecord::Migration def change create_table :phcscriptcdnpro_scriptcdn_authors do |t| t.string :authorfirstname t.string :authorlastname t.string :authoremail 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
41 entries across 41 versions & 1 rubygems