Sha256: 8260c6a1b3e8d4e66b6452899180952fd44d85b82706bed45bd4a11711350fe7
Contents?: true
Size: 391 Bytes
Versions: 24
Compression:
Stored size: 391 Bytes
Contents
class CreatePhcdevworksScriptsScriptAuthors < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_scripts_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
24 entries across 24 versions & 1 rubygems