StackFlow
Laravel - Migrations - Column Method Uuid
The
uuid
method creates a
UUID
equivalent column:
$table->uuid('id');
Please enable JavaScript to view the
comments powered by Disqus.