Hezecom: Laravel Project and Admin Maker
dashboard
Dashboard
GENERATE MIGRATIONS
help
Quick Start
web
Create Table
swap_vertical_circle
Relational Table
verified_user
Run Migrations
OTHERS
dashboard
Preview
cloud_circle
Manage Database
cloud_circle
Documentation
Create Migrations
Just adjust the
$table->
fields only to fit yours as shown in the box. The class and method will be created automatically.
View DataTypes
TABLE NAME:
SAVE TABLE AS:
$table->id(); $table->string('product_name'); $table->text('description')->nullable(); $table->decimal('amount', 8, 2)->nullable(); $table->string('category')->nullable(); $table->string('status')->nullable(); $table->timestamps();
UPLOAD FIELD
Save Table