79113168

Date: 2024-10-22 08:52:13
Score: 1
Natty:
Report link

Using migration:


Schema::table('posts', function (Blueprint $table) {
   $table->string('title_body')->virtualAs("CONCAT(title, ' ', body)");
});

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nikolay