Sha256: 253b0cbb2af563d7d3c6fbad9ef8522a5851c2ef17daab44802653081eb29f0d
Contents?: true
Size: 411 Bytes
Versions: 5
Compression:
Stored size: 411 Bytes
Contents
class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[5.0] 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 :user_id t.string :user_name t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems