Files
lst/lstV2/database/migrations/0030_conscious_cable.sql

5 lines
126 B
SQL

CREATE TABLE "prodlabels" (
"label_id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
"runningNr" integer NOT NULL
);