Skip to main content

migration_sql

Function migration_sql 

Source
pub fn migration_sql() -> &'static str
Expand description

Returns the raw SQL needed to create all FutureAuth tables.

Use this if you manage migrations yourself and want to copy FutureAuth’s schema into your own migration files.