Pulling schema artifact: oci://harbor.blog-harbor.svc.cluster.local/fulfillment/shipments@sha256:1f729335ce618fe83366cb5133cf35209da7adaa05e6d13071a0a5122e044ff2 Found 1 tables, 3 fields, 0 indexes, 0 enums, 0 embedded fields Table Dependencies: ================== shipments: (no dependencies) Table Creation Order: ==================== 1. shipments -- Statement 1/2 CREATE SCHEMA IF NOT EXISTS "public"; -- Statement 2/2 -- POSTGRES TABLE: public.shipments -- CREATE TABLE "public"."shipments" ( "id" bigint PRIMARY KEY NOT NULL, "order_id" bigint NOT NULL, "status" text NOT NULL DEFAULT 'queued' );