Sha256: fd9aacdcf2f7dd56bb4499ddabc3ec7fc831b2e70ab92977b6ae42d94c2efec0
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 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 :script, index: true t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-1.4.2 | db/migrate/20160617181959_create_phcscriptcdnpro_scriptcdn_authors.rb |