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