table('temp_img'); $table->addColumn(ColumnFormat::stringUrl('path'))->setComment('临时文件路径'); $table->addColumn(ColumnFormat::timestamp('create_time')); $table->addColumn(ColumnFormat::timestamp('update_time')); $table->addColumn(ColumnFormat::timestamp('delete_time')); $table->create(); } }