You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added PostgreSQL REAL data type
Adds support for PostgresSQL's REAL data type.
That way you can have real columns in your schema:
```php
$table->addColumn('real', $column)
```
* Update PostgresGrammar.php
0 commit comments