Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 406 Bytes

File metadata and controls

8 lines (5 loc) · 406 Bytes

By default, Marten will put all database schema objects into the main public schema. If you want to override this behavior, use the StoreOptions.DocumentSchemaName property when configuring your IDocumentStore:

<[sample:override_schema_per_table]>

As you can see, you can also choose to configure the schema storage for each document type individually.