{{col("col-md-6","Schema Generator")}}
Schema::create('{{$tableName}}', function (Blueprint $table) {
$table->id();
$table->timestamps();
$table->string('{{$column}}', 100)->nullable()->default(null);
$table->date('{{$column}}')->nullable()->default(null);
});
{{_col()}}
{{col("col-md-6","Table Column To Array")}}
Click to select all
{{_col()}}
{{col("col-md-6","Array")}}
[
'{{$column}}',
]
{{_col()}}
{{__('Artisan Command Panel')}}
$command,
'html' => $output,
'type' => 'ARTISAN',
'kid' => 'ARTISAN'
],"contents");
dump($output);
} catch (\Throwable $th) {
dump($th);
}
} ?>
{{$query->links()}}
| Command | Output |
|---|---|
| title ?> |