Nucleus .Net Core CMS

DataDefinition Class

Namespace: Nucleus.Data.EntityFramework
Assembly: Nucleus.Data.EntityFramework.dll
Specifies database migration operations.

Remarks

This class is typically deserialized from a migration operations script file (json).

Properties

SchemaName Property

The name of the application or extension schema. This is not the database schema (like dbo), it is a unique identifier for a set of migrations. It is typically set to the root namespace of your module.
Examples
Nucleus.Core Nucleus.Core.Modules.Documents MyOrganization.Modules.MyModule

Version Property

Script version.

Operations Property

A list of operations to execute.