Skip to content

Instantly share code, notes, and snippets.

View dasshield's full-sized avatar
:shipit:

Igor Vitcovschii dasshield

:shipit:
View GitHub Profile
{
"id": 6428896461021,
"admin_graphql_api_id": "gid://shopify/Order/6428896461021",
"app_id": 580111,
"browser_ip": "188.244.28.9",
"buyer_accepts_marketing": false,
"cancel_reason": null,
"cancelled_at": null,
"cart_token": "hWN5jybOxLfikGlmGnWNeqiR",
"checkout_id": 37260387254493,
{
"id": 6428820308189,
"admin_graphql_api_id": "gid://shopify/Order/6428820308189",
"app_id": 580111,
"browser_ip": "188.244.28.9",
"buyer_accepts_marketing": false,
"cancel_reason": null,
"cancelled_at": null,
"cart_token": "hWN5jsvXfOWdZKxJRJzhusq1",
"checkout_id": 37260072714461,
CREATE TABLE `product_types` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`internal_name` varchar(60) NOT NULL,
PRIMARY KEY (`id`)
);
INSERT INTO `product_types` (`id`, `internal_name`)
VALUES
(1, 'Book'),
@@@@@@@@%%%%%%%%%%%%@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%@%%%%*++%@@@@@@@@%%%%%%%@%%%%%%%%%%%@@@@@@@@@%@%%%
@@@@@@@@@@%%%%%%%%%%@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%%%%%%@@@@%%%%@@@@@@@@@@@@@@@@@@%%%%%%%%@@@@@@@@@
@@@@@@@@@@@%%%%%%%%%@@@@@@@@@@@@@@%%%%%%###%###%%%%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@%%%%@@@@@@@@%%%%%%%%%%%%%%%%%@%%@@@@@@@@@@%%%%%%%%%%%%%%%%%%%
@@@@@@@@@@@@%%%%%%%%%@@@@@@@@%@%%%%%###%###########%%%%%%%%%%%%%%%%%%%%@@@@@@@@@@@%%%%%%%%@@@@@@@@%%%%%@%%%@@%*+#%%%%%%%@@@@@@@@@@@@@@%%%%%%%
@@@@@@@@@@%%%%%%%%%%%@@@@@@@@%%%%%%%%%%%##%#############%%%%%%%%###############%%@@@@@@@@@@%%%%%%%%%%%%%%%%@@@@@@@@@@%%%%@@@@@@@@@@@@%%%@%%%%
@@@@@@@@@@%%%%%%%%%%%@@@@@@@%%%%%%%%%%%%%%%%%%%###************##########*####*******#%@@@@@@@%%%%%%%%%%%%%%@@@@@%%%%%%%%%%#**%%%%@@@%%%%%%%%%
@@@@@@@%@%%#%%%%%%%%@@@@@@@@%%%%%%%%%%%%%%#***************#######%%#################*++*%@@@@@@@@@%%%%%%%%@@@@@@%%%%%%%%%%%#%%%%%%%%%@%%@@@@@
%@@@@@@%@%%%%%%%%%%%@@@@@@@@%%
@dasshield
dasshield / bootstrap.sql
Created August 15, 2024 09:38
users, orders, order_items bootstrap script
CREATE TABLE `users` (
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(100) NOT NULL,
PRIMARY KEY (`user_id`)
);
insert into `users` (user_id, email)
values (1, '***@yahoo.com'),
(2, '***@yahoo.com'),
(3, '***@yahoo.com'),
// see instructions https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table
import {
UseColumnOrderInstanceProps,
UseColumnOrderState,
UseExpandedHooks,
UseExpandedInstanceProps,
UseExpandedOptions,
UseExpandedRowProps,
UseExpandedState,