Sha256: 99eeb887a3a8db9847dcf9dbfa749e2bb34fcf894f6ac4e81d9e20c1ad3873a7
Contents?: true
Size: 403 Bytes
Versions: 10
Compression:
Stored size: 403 Bytes
Contents
class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdn_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 :user_name t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems