Advertisement
KoctrX

Untitled

Aug 27th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SET NAMES utf8mb4;
  2.  
  3. INSERT INTO `Users` (`id`, `fullName`, `email`, `phone`, `notifications`, `language`, `password`, `createdAt`, `updatedAt`, `photo`, `status`, `roles`) VALUES
  4. (1, 'John Smith',   'admin@gmail.com',  '+380683266223',    '[]',   'en',   '$2b$10$oO5tI3Vnzq4/lpAR35jhruYMBdTe5YPjeyLfMGZJlSEucgrk/RMB.', '2024-07-31 06:36:29',  '2024-08-01 07:09:38',  '/uploads/user/d65b8475-0ccb-4527-bb56-4615c262b745_1722496178235.jpeg',    'active',   '[\"super_admin\"]');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement