Sha256: e1f7273f448bc001f148645ee97dc4de04d8b04db5ce671ea116a18ce2ace9d9
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
class CreatePhcdevworksScriptsScriptAuthors < ActiveRecord::Migration[7.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
3 entries across 3 versions & 1 rubygems