Sha256: 3f0f07ec0c746d39c4da4e33daadec82336c2385a5e264461a18a0a63cece44a
Contents?: true
Size: 382 Bytes
Versions: 6
Compression:
Stored size: 382 Bytes
Contents
class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_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.string :org_id t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems