Sha256: 86c1ee4f4a43beb5723996c8526d7677351709cec6a68258028ffb8a9ad4ff82
Contents?: true
Size: 281 Bytes
Versions: 39
Compression:
Stored size: 281 Bytes
Contents
class CreatePandaCmsUsers < ActiveRecord::Migration[7.1] def change create_table :panda_cms_users, id: :uuid do |t| t.string :firstname t.string :lastname t.string :email t.string :image_url t.boolean :admin t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems