在多对多关系中命名表
2022-08-30 10:59:58
我担心多对多Laravel关系中的自动命名表。
例如:
Schema::create('feature_product', function (Blueprint $table) {}
将表名更改为:
Schema::create('product_feature', function (Blueprint $table) {}
我的关系中有一个错误。
这是怎么回事?product_feature