I hope I don't make myself completely ridiculous, but I'll have to admit that the definition database schema
is not 100% clear to me.
I thought it would be some kind of a blueprint for my tables in my database. In terms of entity framework my DbContext
would be my 'database schema'.
I began to realize that I am wrong reading this article (suggested in this question), where multi tenancy can be achieved by Shared Database, Separate Schemas.
Can somebody elaborate?
PS: I read this question but that doesn't really answer my somewhat n00bish question...