Free Table
Jump to navigation
Jump to search
These are the tags that can be used in Truxton.
CREATE TABLE "Free" (
"ID" uuid NOT NULL,
"MediaID" uuid NOT NULL,
"MediaOffset" bigint DEFAULT 0 NOT NULL,
"DepotID" uuid NOT NULL,
"Offset" bigint DEFAULT 0 NOT NULL,
"Length" bigint DEFAULT 0 NOT NULL,
"EndingOffset" bigint DEFAULT 0 NOT NULL,
"FileID" uuid NOT NULL
);