Migration File: 2022_06_04_035517_create_files_table.php
chanurholis opened this issue · 0 comments
`syntax error, unexpected token "->", expecting ")"
at database/migrations/2022_06_04_035517_create_files_table.php:26
22▕ $table->string('mimetype', 100)->nullable();
23▕ $table->unsignedInteger('width')->nullable();
24▕ $table->unsignedInteger('height')->nullable();
25▕ $table->unsignedInteger('filesize')->nullable();
➜ 26▕ $table->json('title')->default(new Expression('(JSON_OBJECT())')->default(new Expression('(JSON_OBJECT())')));
27▕ $table->json('description')->default(new Expression('(JSON_OBJECT())')->default(new Expression('(JSON_OBJECT())')));
28▕ $table->json('alt_attribute')->default(new Expression('(JSON_OBJECT())')->default(new Expression('(JSON_OBJECT())')));
29▕ $table->unsignedTinyInteger('focal_x')->nullable();
30▕ $table->unsignedTinyInteger('focal_y')->nullable();
`