Sha256: 08c5dc9692a2fedfd62523ca429af26b9995fb48f48a1b534d0afba461da7af3
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
class CreatePhcscriptcdnScriptAuthors < ActiveRecord::Migration[7.0] def change create_table :phcscriptcdn_script_authors do |t| t.string :author_first_name t.string :author_last_name t.string :author_website t.string :author_github t.string :slug t.string :user_id t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems