Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created February 17, 2019 13:40
Show Gist options
  • Save hesoyamcode/3ad79fd1e4a9a5347412d3c58a01023c to your computer and use it in GitHub Desktop.
Save hesoyamcode/3ad79fd1e4a9a5347412d3c58a01023c to your computer and use it in GitHub Desktop.
INSERT INTO `user_professionals` (`id`, `name`, `is_active`, `description`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (NULL, 'Unspecific', '1', NULL, '0', '0', '2018-12-12 00:00:00', '2018-12-12 00:00:00'), (NULL, 'Health Care', '0', NULL, '0', '0', '2018-12-12 00:00:00', '2018-12-12 00:00:00');
INSERT INTO `user_professionals` (`id`, `name`, `is_active`, `description`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (NULL, 'Social Care', '1', NULL, '0', '0', '2018-12-12 00:00:00', '2018-12-12 00:00:00'), (NULL, 'Funeral Professional', '1', NULL, '0', '0', '2018-12-12 00:00:00', '2018-12-12 00:00:00');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment