User вот Table "public.User" Column | Type | Modifiers ------------+---------+----------------------------------------------------- Id | integer | not null default nextval('"User_Id_seq"'::regclass) Size | integer | ThingId | integer | Title | text | Indexes: "PK_User" PRIMARY KEY, btree ("Id") "IX_User_ThingId" btree ("ThingId") Foreign-key constraints: "FK_User_Things_ThingId" FOREIGN KEY ("ThingId") REFERENCES "Thing"("Id") ON DELETE RESTRICT
Обсуждают сегодня