UserFrosting API

UpdateGroupsTable extends Migration

Groups table migration Changes the `icon` column property of `default` to NULL to align with new Font Awesome 5 tag convention.

Version 4.3.0.

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

Tags
author

Alex Weissman (https://alexanderweissman.com)

Table of Contents

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

Properties

$dependencies

{@inheritdoc}

public static mixed $dependencies = ['\\UserFrosting\\Sprinkle\\Account\\Database\\Migrations\\v400\\GroupsTable']

Methods

__construct()

Create a new migration instance.

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

Search results