Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Table "public.inf_TA"
  2.   Column  |  Type   | Collation | Nullable |               Default
  3.  
  4. ----------+---------+-----------+----------+----------------------------------
  5. ----
  6.  id       | integer |           | not null | nextval('"inf_TA_id_seq"'::regcla
  7. ss)
  8.  code_NO  | integer |           | not null |
  9.  label_NO | text    |           | not null |
  10. Indexes:
  11.     "inf_TA_pkey" PRIMARY KEY, btree (id)
  12.     "inf_ta_code_no_unique" UNIQUE CONSTRAINT, btree ("code_NO")
  13. Referenced by:
  14.     TABLE ""inf_recording_TA"" CONSTRAINT "inf_recording_ta_inf_ta_foreign" FO
  15. REIGN KEY ("inf_TA") REFERENCES "inf_TA"(id) ON UPDATE CASCADE
  16.     TABLE ""inf_recording_TA_unit_type"" CONSTRAINT "inf_recording_ta_unit_typ
  17. e_inf_ta_foreign" FOREIGN KEY ("inf_TA") REFERENCES "inf_TA"(id) ON UPDATE CAS
  18. CADE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement