ability to mock stores stubbed
This commit is contained in:
@@ -109,6 +109,31 @@ entity "**shop_ecwid_sync_group_listings**" {
|
||||
*""order_index"": //integer //
|
||||
}
|
||||
|
||||
entity "**shop_etsy**" {
|
||||
+ ""account_id"": //integer [PK][FK]//
|
||||
+ ""shop_id"": //text [PK]//
|
||||
--
|
||||
*""user_id"": //text [FK]//
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_etsy_listings**" {
|
||||
+ ""shop_id"": //text [PK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
--
|
||||
*""account_id"": //integer [FK]//
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_etsy_sync_group_listings**" {
|
||||
--
|
||||
*""account_id"": //integer [FK]//
|
||||
*""sync_group_id"": //integer [FK]//
|
||||
*""shop_id"": //text [FK]//
|
||||
*""listing_id"": //text //
|
||||
*""order_index"": //integer //
|
||||
}
|
||||
|
||||
entity "**shop_shopify**" {
|
||||
+ ""account_id"": //integer [PK][FK]//
|
||||
+ ""shop_id"": //text [PK]//
|
||||
@@ -404,6 +429,26 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_ecwid_sync_group_listings**" }-- "**sync_group_listing_order_indexes**"
|
||||
|
||||
"**shop_etsy**" }-- "**accounts**"
|
||||
|
||||
"**shop_etsy**" }-- "**accounts**"
|
||||
|
||||
"**shop_etsy**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_etsy_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_etsy_listings**" }-- "**shop_etsy**"
|
||||
|
||||
"**shop_etsy_sync_group_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_etsy_sync_group_listings**" }-- "**shop_etsy**"
|
||||
|
||||
"**shop_etsy_sync_group_listings**" }-- "**shop_etsy_listings**"
|
||||
|
||||
"**shop_etsy_sync_group_listings**" }-- "**sync_groups**"
|
||||
|
||||
"**shop_etsy_sync_group_listings**" }-- "**sync_group_listing_order_indexes**"
|
||||
|
||||
"**shop_shopify**" }-- "**accounts**"
|
||||
|
||||
"**shop_shopify**" }-- "**accounts**"
|
||||
|
||||
Reference in New Issue
Block a user