ActivitiesTable extends Migration
Sessions table migration Version 4.0.0.
Tags
Table of Contents
| $schema | Builder | |
|---|---|---|
| up() | {@inheritdoc} | mixed | 
| down() | {@inheritdoc} | mixed | 
| __construct() | Create a new migration instance. | mixed | 
Properties
$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