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.
Tags
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']    
            
$schema
        protected
                Builder
        $schema
            
            
Methods
up()
{@inheritdoc}
        public
                                up(
                )
        : mixed
    
    
    
        
            Return values
mixeddown()
{@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