INSERT INTO seatings (shop_id, spots, seatings_name, fabric_json) values (24, '[{"id":"T1","min":1,"max":4},{"id":"T2","min":1,"max":5}]', 'Test-Pending', '{"version":"6.0.0-beta9","viewportTransform":[1,0,0,1,0,0],"objects":[{"layout":"fit-content","subTargetCheck":false,"interactive":false,"lockScalingX":true,"lockScalingY":true,"_controlsVisibility":{"tl":false,"mt":false,"tr":false,"ml":false,"mr":false,"bl":false,"mb":false,"br":false},"type":"LabelledGroup","version":"6.0.0-beta9","originX":"left","originY":"top","left":287,"top":127,"width":29,"height":63,"fill":"rgb(0,0,0)","stroke":null,"strokeWidth":0,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0,"objects":[{"rx":0,"ry":0,"lockScalingX":true,"lockScalingY":true,"_controlsVisibility":{"mtr":true,"bl":false,"br":false,"mb":false,"mr":false,"ml":false,"mt":false,"tl":false,"tr":false},"type":"Rect","version":"6.0.0-beta9","originX":"center","originY":"center","left":0,"top":0,"width":28,"height":50,"fill":"transparent","stroke":"white","strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0},{"fontSize":40,"fontWeight":"normal","fontFamily":"Times New Roman","fontStyle":"normal","lineHeight":1.16,"text":"T1","charSpacing":0,"textAlign":"center","styles":[{"start":0,"end":2,"style":{"fontWeight":"bold","fill":"#fff","fontSize":12}}],"path":null,"pathStartOffset":0,"pathSide":"left","pathAlign":"baseline","underline":false,"overline":false,"linethrough":false,"textBackgroundColor":"","direction":"ltr","minWidth":20,"splitByGrapheme":false,"lockScalingX":false,"lockScalingY":false,"type":"Textbox","version":"6.0.0-beta9","originX":"center","originY":"center","left":0,"top":0,"width":14.0039,"height":13.56,"fill":"rgb(0,0,0)","stroke":null,"strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0},{"radius":6,"startAngle":0,"endAngle":360,"lockScalingX":false,"lockScalingY":false,"type":"Circle","version":"6.0.0-beta9","originX":"center","originY":"center","left":0,"top":-26,"width":12,"height":12,"fill":"#ffb703","stroke":null,"strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0},{"radius":6,"startAngle":0,"endAngle":360,"lockScalingX":false,"lockScalingY":false,"type":"Circle","version":"6.0.0-beta9","originX":"center","originY":"center","left":0,"top":24,"width":12,"height":12,"fill":"#ffb703","stroke":null,"strokeWidth":1,"strokeDashArray":null,"strokeLineCap":"butt","strokeDashOffset":0,"strokeLineJoin":"miter","strokeUniform":false,"strokeMiterLimit":4,"scaleX":1,"scaleY":1,"angle":0,"flipX":false,"flipY":false,"opacity":1,"shadow":null,"visible":true,"backgroundColor":"","fillRule":"nonzero","paintFirst":"fill","globalCompositeOperation":"source-over","skewX":0,"skewY":0}],"label":"T1","shape":"Rectangle","min":1,"max":2,"oneSided":[]}],"background":"#023047"}' ) ON CONFLICT on CONSTRAINT shop_id_seatings_name DO update set spots = EXCLUDED.spots, fabric_json = EXCLUDED.fabric_json returning *;