You can add foreign id in your table like these easily.
$table->foreignId('product_id');
$table->foreignIdFor(Product::class);
$table->foreignUuid('product_id');
If you have any, please reply.
The whole point of this beta is to test the forum and the functionality. I'm not sure if @alex has plans to keep any of the data during this period, so just be aware of that.
All useful discussions will be kept. I’m not wiping everything. Sorry if that wasn’t clear :)
@akr4m I think it's all about your design plan.
You can refer to any column as a foreign key.