schema name?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

schema name?

Post by RobertK » Sat 09 Mar 2019 13:46

  • How do show schema name in diagram view?
  • Why can't you create tables with the same name using different schema?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: schema name?

Post by Shalex » Wed 13 Mar 2019 15:16

You are working with EF Core Model (*.efml), aren't you?
RobertK wrote:
  • How do show schema name in diagram view?
The diagram represents the name of a class (not table). The names of the corresponding table and its schema are available in the properties of the class.
RobertK wrote:
  • Why can't you create tables with the same name using different schema?
You can do that but the names of classes in the scope of common namespace should be different.

RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

Re: schema name?

Post by RobertK » Tue 26 Mar 2019 12:52

>>You are working with EF Core Model (*.efml), aren't you?

Yes


>>You can do that but the names of classes in the scope of common namespace should be different.
Can you have a big database and create a new scope/entity developer project per scope? (is this the recommended way?)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: schema name?

Post by Shalex » Thu 28 Mar 2019 13:26

RobertK wrote: Tue 26 Mar 2019 12:52Can you have a big database and create a new scope/entity developer project per scope? (is this the recommended way?)
That is the correct way.

Post Reply