getTable('share'); $table->addColumn('password_expiration_time', Types::DATETIME, [ 'notnull' => false, ]); return $schema; } }