blob: 2ace5eb76d05b546459c6c7c85c64fe6b0a81ad8 [file] [log] [blame]
-- Table AUTHZ_PATHS_SNAPSHOT_ID for class [org.apache.sentry.provider.db.service.model.MAuthzPathsSnapshotId]
CREATE TABLE "AUTHZ_PATHS_SNAPSHOT_ID"
(
"AUTHZ_SNAPSHOT_ID" bigint NOT NULL,
CONSTRAINT "AUTHZ_SNAPSHOT_ID_PK" PRIMARY KEY ("AUTHZ_SNAPSHOT_ID")
);