Sha256: cd8e584cf1e888e2c42ad4e9ee205805e9df85c488b8465f0a494824b8c5c7c5
Contents?: true
Size: 413 Bytes
Versions: 12
Compression:
Stored size: 413 Bytes
Contents
class CreatePhcdevworksScriptsScriptAuthors < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_scripts_script_authors do |t| t.string :script_author_first_name t.string :script_author_last_name t.string :script_author_website t.string :script_author_github t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems