prorm API Reference
    Preparing search index...

    Variable ALL_DECORATORSConst

    ALL_DECORATORS: (
        | "Default"
        | "Version"
        | "AuditLog"
        | "SqlFunction"
        | "Procedure"
        | "Column"
        | "Index"
        | "Sequence"
        | "Table"
        | "PrimaryKey"
        | "Unique"
        | "ForeignKey"
        | "Schema"
        | "Check"
        | "Partition"
        | "BelongsTo"
        | "HasOne"
        | "HasMany"
        | "BelongsToMany"
        | "BeforeCreate"
        | "BeforeBulkCreate"
        | "BeforeUpdate"
        | "BeforeBulkUpdate"
        | "BeforeDelete"
        | "BeforeBulkDelete"
        | "BeforeFind"
        | "BeforeFindAfterExpandOptions"
        | "BeforeFindAfterSetup"
        | "BeforeInit"
        | "BeforeConnect"
        | "BeforeQuery"
        | "BeforeSync"
        | "AfterCreate"
        | "AfterBulkCreate"
        | "AfterUpdate"
        | "AfterBulkUpdate"
        | "AfterDelete"
        | "AfterBulkDelete"
        | "AfterFind"
        | "AfterInit"
        | "AfterConnect"
        | "AfterQuery"
        | "AfterSync"
        | "Virtual"
        | "Generated"
        | "Identity"
        | "DefaultScope"
        | "Scopes"
        | "Scope"
        | "Paranoid"
        | "CreatedAt"
        | "UpdatedAt"
        | "DeletedAt"
        | "Trigger"
        | "Function"
        | "Extension"
        | "RowLevelSecurity"
        | "Policy"
        | "Inheritance"
        | "Event"
        | "Routine"
        | "ForeignTable"
        | "View"
        | "ForeignKeyChecks"
        | "DatabaseSetting"
        | "Comment"
        | "Secure"
        | "SecureField"
        | "Permission"
        | "CanView"
        | "CannotView"
        | "CanWrite"
        | "CannotWrite"
        | "Audit"
        | "AuditChange"
        | "Validate"
        | "Is"
        | "IsAlpha"
        | "IsAlphanumeric"
        | "IsNumeric"
        | "IsEmail"
        | "IsURL"
        | "IsIP"
        | "IsDate"
        | "IsInt"
        | "IsFloat"
        | "IsBoolean"
        | "IsUUID"
        | "IsJSON"
        | "IsNull"
        | "NotEmpty"
        | "Len"
        | "Min"
        | "Max"
        | "IsIn"
        | "NotIn"
        | "Regexp"
        | "NotRegexp"
        | "IsCreditCard"
        | "IsISBN"
        | "IsMobilePhone"
        | "IsPostalCode"
        | "IsCurrency"
        | "IsOctal"
        | "IsDivisibleBy"
        | "Raw"
    )[] = ...

    Get all decorator names as an array