Download the PHP package noud/laravel-schema-real-binary without Composer
On this page you can find all versions of the php package noud/laravel-schema-real-binary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download noud/laravel-schema-real-binary
More information about noud/laravel-schema-real-binary
Files in noud/laravel-schema-real-binary
Download noud/laravel-schema-real-binary
More information about noud/laravel-schema-real-binary
Files in noud/laravel-schema-real-binary
Vendor noud
Package laravel-schema-real-binary
Short Description Laravel case sensive Schema column type
License MIT
Package laravel-schema-real-binary
Short Description Laravel case sensive Schema column type
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-schema-real-binary
Laravel realBinary, case sensitive string, Schema column type
Creating Columns
This Laravel package gives case sensative string fields with length and also as primary and foreign key by adding a real binary column to migrations.
migrations
New Column Type
Command | Description |
---|---|
$table->realBinary('fullname'); |
BINARY equivalent column with length 255 |
$table->realBinary('code', 3); |
BINARY equivalent with a length |
Available Column Type
Command | Description |
---|---|
$table->char('code', 3); $table->char('name', 100); |
CHAR equivalent column with a length. |
used together with
Modifier | Description |
---|---|
->charset('binary'); |
Specify a character set for the column (MySQL) make the column equivalent with BINARY. |
inspirations
This Laravel package is inspired by
All versions of laravel-schema-real-binary with dependencies
PHP Build Version
Package Version
The package noud/laravel-schema-real-binary contains the following files
Loading the files please wait ....