Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. -- Adminer 4.7.1 MySQL dump
  2.  
  3. SET NAMES utf8;
  4. SET time_zone = '+00:00';
  5. SET foreign_key_checks = 0;
  6. SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
  7.  
  8. SET NAMES utf8mb4;
  9.  
  10. DROP TABLE IF EXISTS `action_events`;
  11. CREATE TABLE `action_events` (
  12. `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  13. `batch_id` char(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  14. `user_id` int(10) unsigned NOT NULL,
  15. `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  16. `actionable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  17. `actionable_id` int(10) unsigned NOT NULL,
  18. `target_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  19. `target_id` int(10) unsigned NOT NULL,
  20. `model_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  21. `model_id` int(10) unsigned DEFAULT NULL,
  22. `fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  23. `status` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'running',
  24. `exception` text COLLATE utf8mb4_unicode_ci NOT NULL,
  25. `created_at` timestamp NULL DEFAULT NULL,
  26. `updated_at` timestamp NULL DEFAULT NULL,
  27. `original` text COLLATE utf8mb4_unicode_ci,
  28. `changes` text COLLATE utf8mb4_unicode_ci,
  29. PRIMARY KEY (`id`),
  30. KEY `action_events_actionable_type_actionable_id_index` (`actionable_type`,`actionable_id`),
  31. KEY `action_events_batch_id_model_type_model_id_index` (`batch_id`,`model_type`,`model_id`),
  32. KEY `action_events_user_id_index` (`user_id`)
  33. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
  34.  
  35. INSERT INTO `action_events` (`id`, `batch_id`, `user_id`, `name`, `actionable_type`, `actionable_id`, `target_type`, `target_id`, `model_type`, `model_id`, `fields`, `status`, `exception`, `created_at`, `updated_at`, `original`, `changes`) VALUES
  36. (1, '8e3044ee-3a7c-45de-8b83-5776b3fc835d', 1, 'Update', 'App\\User', 2, 'App\\User', 2, 'App\\User', 2, '', 'finished', '', '2019-07-17 16:07:40', '2019-07-17 16:07:40', '{\"password\":\"$2y$10$6TGHhoGPiLiRp0hH3GNEZ.JoDfxSGmF9KU\\/1K.vC4Tgf7jAqrjVDe\"}', '{\"password\":\"$2y$10$FbfDLy3\\/Odq09fQ5S9alVeUagxU.Lm94VE51V2FBL2wLsAYgFfeRK\"}');
  37.  
  38. DROP TABLE IF EXISTS `users`;
  39. CREATE TABLE `users` (
  40. `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  41. `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  42. `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  43. `email_verified_at` timestamp NULL DEFAULT NULL,
  44. `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  45. `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  46. `created_at` timestamp NULL DEFAULT NULL,
  47. `updated_at` timestamp NULL DEFAULT NULL,
  48. PRIMARY KEY (`id`),
  49. UNIQUE KEY `users_email_unique` (`email`)
  50. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
  51.  
  52. INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
  53. (1, 'Irvin', 'irvin@airpaz.com', NULL, '$2y$10$qYC1Zu4N5vxl3/gra6csveYK2e6xY8U28IauvcSjud.Num9KkzcHG', 'Y7xvbmt5rtATpNbqXW4WBiXdBXnPnUclCWwy2oMysMS2HqTewWI9NFksBcs2', '2019-05-27 03:53:46', '2019-05-27 03:53:46'),
  54. (2, 'wilson', 'wilson@airpaz.com', NULL, '$2y$10$FbfDLy3/Odq09fQ5S9alVeUagxU.Lm94VE51V2FBL2wLsAYgFfeRK', NULL, '2019-06-11 10:31:39', '2019-07-17 16:07:40'),
  55. (3, 'fera', 'fera@airpaz.com', NULL, '$2y$10$KH8AgKPnvTw6EudyHB/NSObveCRV/VDBlVHSywIZIiPQq.TL05u8G', NULL, '2019-06-12 04:02:38', '2019-06-12 04:02:38'),
  56. (5, 'jasmine', 'jasmine@airpaz.com', NULL, '$2y$10$c/Y7qyFP4.hQfduWoNo8wume3r40M84b7ZdNLsEChErwurEOUS0Vm', 'GvSGvHtco4MadZTQCikBVnKlFSt2aBehb4oVOBjGy9Cr05xznRNpcIPzquoV', '2019-06-12 04:03:21', '2019-06-12 04:03:21'),
  57. (6, 'suyanti', 'suyanti@airpaz.com', NULL, '$2y$10$ZsCbw0.NZu3wIqmxnFCnQ.5gfD4cL/Nh1YVimRPf0gnXCvJU9clOS', NULL, '2019-06-12 04:03:33', '2019-06-12 04:03:33'),
  58. (7, 'andika', 'andika@airpaz.com', NULL, '$2y$10$5U5vGQZGpU.HFRf44sT5ROdCscBqTKJstzWZXkpqMFXBNu6UX0R4W', '4hgZxblDYs78GnAxWwIFqRx7ZLVQ19w5s4EElUMgiuQnllWmWVG5cBFsxoDv', '2019-06-12 04:13:39', '2019-06-12 04:13:39'),
  59. (8, 'Leonard', 'leonard@airpaz.com', NULL, '$2y$10$KFaiN.ihV4XnCkGZsEMlkOCGc7efbCjiW4G.1zjAzN.sjbvbN.gMm', NULL, '2019-06-21 07:34:14', '2019-06-21 07:37:47');
  60.  
  61. -- 2019-07-18 06:06:32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement