namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
{
public enum SystemMethods
NewGuid,
NewSequentialId,
CurrentDateTime,
CurrentUTCDateTime
}