UserFrosting API

PersistencesTable extends Migration

Persistences table migration Many-to-many mapping between roles and users.

Version 4.0.0.

See https://laravel.com/docs/5.8/migrations#tables

Tags
author

Alex Weissman (https://alexanderweissman.com)

Table of Contents

$schema Builder
up() {@inheritdoc} mixed
down() {@inheritdoc} mixed
__construct() Create a new migration instance. mixed

Properties

Methods

__construct()

Create a new migration instance.

public __construct( [ $schema : Builder|null = null ] ) : mixed
Parameters
$schema : Builder|null = null
Return values
mixed

Search results