Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PostgreSQL REAL data type (#18513)
* 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
- Loading branch information