Sha256: 8049a27f70ae15f87399a66621adb3279d78acae8e1d8e46d7d97f54268b5b00
Contents?: true
Size: 335 Bytes
Versions: 19
Compression:
Stored size: 335 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.references :listing t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems