Libraries tagged by database field
k2gl/entity-exist
1329 Downloads
Checks if there is at least one row with the required field in the database, for example, a row with the same identifier
ibm/addressform
9 Downloads
Add a text field in shipping address (required field) and save the field in the database
garethnic/unique
8 Downloads
A Laravel package to make uuid fields in a database table
foodticket/laravel-efficient-uuid
93 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
clntdev/scrubber
137 Downloads
A PHP package for scrubbing data from defined fields in a database
tomfun/brander-eav
620 Downloads
helps to create entity that have different attributes (fields) in same database. Also provide integration with elastic search friendsofsymfony/elastica-bundle
yazeedobaid/jsonable
11 Downloads
Eloquent like style for quering a JSON field in a MYSQL database
urameshibr/pg-interval-support
56 Downloads
Support for interval field type in PostgreSQL databases.
santoshachari/generators
60 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
gibasbr/modelgenerator
4 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
dinh0012/generators
30 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
thefrozenfire/dataobjectcruft
32 Downloads
A tool for finding and removing tables, fields and indexes which are no longer needed in a SilverStripe database
taitava/silverstripe-changeablelasteditedvalue
24 Downloads
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.
mwazovzky/adjustable
531 Downloads
Laravel package tracks adjustment made to Eloquent Models. Before and after update field values as well as a User are saved for every database transaction.
machavia/sqlzero
2 Downloads
SQLite style database in a Json readable file, with typed fields, auto-increments, uniques, etc.