Bạn có thể sử dụng DB ::raw () để thực hiện việc này:
DB::table('table')->insert([
'field' => DB::raw("SPECIAL_FUNC(X)"),
]);
Ví dụ: http://dev.mysql.com /doc/refman/4.1/en/point-property-functions.html http://dev.mysql.com/doc /refman/5.0/en/population-spatial-columns.html