You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A convention that configures the maximum length based on the LengthAttribute applied on a property.
Database setup
For development and preview environments, databases may need to be migrated or created automatically on startup.
This can be done using EFCORE_PERFORM_MIGRATIONS or EFCORE_CREATE_DATABASE environment variable.
Name
Description
EFCORE_PERFORM_MIGRATIONS
Whether to perform database migrations on startup.
EFCORE_CREATE_DATABASE
Whether to create the database on startup. Ignored if EFCORE_PERFORM_MIGRATIONS is set to true or 1.