ETLRoute Table

From truxwiki.com
Revision as of 06:19, 26 May 2020 by Sam (talk | contribs) (Created page with "<syntaxhighlight lang="SQL"> CREATE TABLE "ETLRoute" ( "LoadConfigurationID" integer DEFAULT 0 NOT NULL, "FileTypeID" smallint DEFAULT 0 NOT NULL, "ETLQueueName" t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CREATE TABLE "ETLRoute" (
    "LoadConfigurationID" integer DEFAULT 0 NOT NULL,
    "FileTypeID" smallint DEFAULT 0 NOT NULL,
    "ETLQueueName" text NOT NULL
);