IRequiresSchema
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRequiresSchema
Methods
InitSchema()
Unified API to create any missing Tables, Data Structure Schema or perform any other tasks dependencies require to run at Startup.
View Source
Declaration
void InitSchema()