Default implementation of a migration for Hubleto project.
\Hubleto\Framework\Migration
Properties
### ☍ db
```php
protected \Hubleto\Framework\Interfaces\DbInterface $db
```
### ☍ model
```php
protected \Hubleto\Framework\Interfaces\ModelInterface $model
```
Methods
ƒ __construct
public __construct(\Hubleto\Framework\Interfaces\DbInterface $db, \Hubleto\Framework\Interfaces\ModelInterface $model): mixed
Parameters
| Parameter |
Type |
Description |
$db |
\Hubleto\Framework\Interfaces\DbInterface |
|
$model |
\Hubleto\Framework\Interfaces\ModelInterface |
|