Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET NAMES utf8mb4;
- INSERT INTO `Users` (`id`, `fullName`, `email`, `phone`, `notifications`, `language`, `password`, `createdAt`, `updatedAt`, `photo`, `status`, `roles`) VALUES
- (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