<?php $table->foreignId('forign_id') ->nullable() ->constrained("table_name") ->cascadeOnUpdate() ->nullOnDelete();
<?php $table ->foreignId('table_id') ->nullable() ->constrained() ->onDelete('set null');
1.6K
2 years ago
0 comments
<?php $table->foreignId('forign_id') ->nullable() ->constrained("table_name") ->cascadeOnUpdate() ->nullOnDelete();
<?php $table ->foreignId('table_id') ->nullable() ->constrained() ->onDelete('set null');
Frontend
Resource
Average
Average
No recent searches
Leave a reply