Skip to content

Instantly share code, notes, and snippets.

@alelazcano
Last active April 20, 2022 22:30
Show Gist options
  • Save alelazcano/24aca8de0859593669c6536f6730cd45 to your computer and use it in GitHub Desktop.
Save alelazcano/24aca8de0859593669c6536f6730cd45 to your computer and use it in GitHub Desktop.
Ejemplo de archivo .SQL / dot sql example file
--
-- Table structure for table `wp_actionscheduler_groups`
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) UNSIGNED NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment