Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Last active February 17, 2019 13:47
Show Gist options
  • Save hesoyamcode/56fa5665f16e0a1c7552ed14b7afc400 to your computer and use it in GitHub Desktop.
Save hesoyamcode/56fa5665f16e0a1c7552ed14b7afc400 to your computer and use it in GitHub Desktop.
INSERT INTO `online_account_categories` (`id`, `name`, `description`, `created_by`, `updated_by`, `created_at`, `updated_at`)
VALUES
(NULL, 'Other', NULL, 0, 0, NOW(), NOW()),
(NULL, 'Social Media', NULL, 0, 0, NOW(), NOW()),
(NULL, 'Entertainment', NULL, 0, 0, NOW(), NOW()),
(NULL, 'Ecommerce', NULL, 0, 0, NOW(), NOW()),
(NULL, 'Finance', NULL, 0, 0, NOW(), NOW());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment