Sha256: c327c74e0c8de1ff307518e1f4797e4efd29b13f1845a7311166975637695114
Contents?: true
Size: 406 Bytes
Versions: 18
Compression:
Stored size: 406 Bytes
Contents
class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.1] 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 :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems