Skip to content

[5.4] Added PostgreSQL REAL data type - #18513

Merged
taylorotwell merged 2 commits into
laravel:5.4from
SrcFlux:patch-1
Mar 27, 2017
Merged

[5.4] Added PostgreSQL REAL data type#18513
taylorotwell merged 2 commits into
laravel:5.4from
SrcFlux:patch-1

Conversation

@SrcFlux

@SrcFlux SrcFlux commented Mar 27, 2017

Copy link
Copy Markdown
Contributor

Adds support for PostgresSQL's REAL data type.

That way you can have real columns in your schema:

$table->addColumn('real', $column);

SrcFlux added 2 commits March 27, 2017 15:10
Adds support for PostgresSQL's REAL data type.

That way you can have real columns in your schema:

```php
$table->addColumn('real', $column)
```
@taylorotwell
taylorotwell merged commit 3761f0d into laravel:5.4 Mar 27, 2017
@GrahamCampbell GrahamCampbell changed the title Added PostgreSQL REAL data type [5.4] Added PostgreSQL REAL data type Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants