Sha256: d9ed9ede5a372ebbfcf5031308b833282da58f73f2ac87c76c6b3cc1403f8bfc
Contents?: true
Size: 281 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems