UserFrosting API

UsersTable extends Migration

Users table migration Removed the 'display_name', 'title', 'secret_token', and 'flag_password_reset' fields, and added first and last name and 'last_activity_id'.

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

up()

{@inheritdoc}

public up( ) : mixed
Return values
mixed

down()

{@inheritdoc}

public down( ) : mixed
Return values
mixed

__construct()

Create a new migration instance.

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

Search results