Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created June 24, 2022 14:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save billrobbins/5b01f075a6936a51b2ef464d8d9dea98 to your computer and use it in GitHub Desktop.
CREATE TABLE wp_woocommerce_square_customers (`square_id` varchar(191) NOT NULL, `email_address` varchar(200) NOT NULL, `user_id` BIGINT UNSIGNED NOT NULL, PRIMARY KEY (`square_id`) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment