• addLogs is a migration that creates the logs table, it stores timestamped messages that could be linked to a user. The event is an identifier for the category of thing being logged and data is custom JSON data to be stored alongside it.

    Parameters

    Returns Promise<void>

Generated using TypeDoc