Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Table "public.retention_policies"
  2. Column | Type | Collation | Nullable | Default
  3. -------------+---------+-----------+----------+---------
  4. id | integer | | not null |
  5. description | text | | |
  6. Indexes:
  7. "retention_policies_pkey" PRIMARY KEY, btree (id)
  8. Referenced by:
  9. TABLE "files" CONSTRAINT "files_retention_policy_fkey" FOREIGN KEY (retention_policy) REFERENCES retention_policies(id)
  10. TABLE "files_1_1_20190101" CONSTRAINT "files_retention_policy_fkey" FOREIGN KEY (retention_policy) REFERENCES retention_policies(id)
  11. TABLE "files_1_2_20190101" CONSTRAINT "files_retention_policy_fkey" FOREIGN KEY (retention_policy) REFERENCES retention_policies(id)
  12. TABLE "files_1_1_20190102" CONSTRAINT "files_retention_policy_fkey" FOREIGN KEY (retention_policy) REFERENCES retention_policies(id)
  13. TABLE "files_1_2_20190102" CONSTRAINT "files_retention_policy_fkey" FOREIGN KEY (retention_policy) REFERENCES retention_policies(id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement