Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel Database migrations column types

$table->geometry('positions');
$table->ipAddress('visitor');
$table->macAddress('device');
$table->point('position');
$table->uuid('id');
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #laravel #Database #migrations #column #types
ADD COMMENT
Topic
Name
8+5 =