2017 © Pedro Peláez
 

library laravel-pgsql-extends

extends pgsql supports of laravel

image

xujif/laravel-pgsql-extends

extends pgsql supports of laravel

  • Wednesday, January 4, 2017
  • by xujif
  • Repository
  • 1 Watchers
  • 0 Stars
  • 369 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Laravel Postgresql schama extends

usage:

 Schema::create('table', function (Blueprint $table) {
    $table->increments('id');
    $table->jsonb('fields');
    $table->circle('fields');
    $table->textArray('fieldsOfArray'); //type of text[]
    $table->integerArray('integerArray'); //type of text[]
});

supprts types

        'json',
        'hstore',
        'uuid',
        'jsonb',
        'ipAddress',
        'netmask',
        'macAddress',
        'point',
        'line',
        'lineSegment',
        'path',
        'box',
        'polygon',
        'circle',
        'money',
        'int4range',
        'int8range',
        'numrange',
        'tsrange',
        'tstzrange',
        'daterange',
        'tsvector',

The Versions

04/01 2017

dev-master

9999999-dev

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

04/01 2017

1.1.3

1.1.3.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

03/01 2017

1.1.2

1.1.2.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

11/07 2016

1.1.0

1.1.0.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

11/07 2016

1.1.1

1.1.1.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

03/06 2016

1.0.7

1.0.7.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

03/06 2016

1.0.6

1.0.6.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema

31/05 2016

1.0.0

1.0.0.0

extends pgsql supports of laravel

  Sources   Download

MIT

The Requires

 

by Avatar xujif

pgsql postgres postgresql laravel schema