English 中文(简体)
我sql的工作基准中的标签关系线
原标题:labeling relationship lines in mysql workbench erd

我并不真的确定欧洲复兴开发银行是否是适当的术语,但有时我看到在两个实体之间的界线被贴上描述关系的文本时制作的图表。

例如,如果我有<代码>User,Item,,我可能要将之间的界线描述为“rates”和Item之间的界限>。

我发现,我可以在我的工作计划中提出反对案文,把它放在我想要的地方,但我无法找到办法把案文附在一条线上,这样,如果我重新安排事情的话,我就能够走到这条线上。

5.2.3

最佳回答

我也想做同样的事情,但已经找到了办法。 我不认为可以在工作框架内这样做。 页: 1

问题回答

Had the same question before exploring the menu

在MySqlWorkbench, 而EER diagram 开放:

Menu> Model > model 选择和选择; 图表

定时使用缺损和无法衡量的隐 cap

您, 见“关系上限”,但如果你写了第二字上限,它就能够接手。





相关问题
Core Data Relationship Fault

Tracking a familial relationship in Core Data (1 parent entity + 2 types of children, one of which is recursive), trying to create a drop-menu in Interface Builder that lists the names of the parent ...

Eager Loading on tracked items?

I have an element bound to an entity (Contact) that exposes some navigation properties. I want, that on some action (i.e. a "Load children" button), the Contact should load for all its children and ...

Simple relational problem

I m using entity framework with 3.5 sp1, and I ve come across a strange problem. I have a 1 to many relationship and I cant seem to add a value for it. I have a table "Bookings" and FK in table "...

Map relationship with Entity Framework

Maybe im just an idiot, but I am having serious issues mapping relationships with the new entity framework. When using LinqToSql, you would just right click the table, add association, select the ...

How do I Relate these 4 Tables

Trying to setup a simple Thread/Poll table mapping. Here is what I have: Threads table ThreadID (Primary Key/Identity Column) Polls table PollID (Primary Key, FK for ThreadID for one-to-one ...

Undelete an entity marked as EntityState.Delete?

instead of talking let me talk with code: Dim Contact = Context.Contacts.Include("Phones") Dim phone = Contact.Phones(0) Contact.Remove(phone) How do I refresh the context now, canceling last ...

Delete a relationship?

What is the opposite of: Dim ad As New Address Person.AddressReference.Attach(ad) I mean how do I delete the Person.Address? (both with deleting and without - meaning only delete the relation)?