Last active
April 20, 2022 22:30
-
-
Save alelazcano/24aca8de0859593669c6536f6730cd45 to your computer and use it in GitHub Desktop.
Ejemplo de archivo .SQL / dot sql example file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- 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