--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `title`, `created_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Admin', 0, NULL, '2022-01-01 13:15:46', '2022-01-01 13:15:46', NULL),
(2, 'User', 0, NULL, '2022-01-01 13:15:46', '2022-01-01 13:15:46', NULL);

--
-- Indexes for dumped tables
--

