CreateTokenSchema
struct CreateTokenSchema : AsyncMigration
Creates the db schema for the Token table.
-
prepare(on:Asynchronous) Declaration
Swift
func prepare(on database: Database) async throws -
revert(on:Asynchronous) Declaration
Swift
func revert(on database: Database) async throws
View on GitHub