-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
1 / 11 of 1 issue completedLabels
good first issueSimple enough issue to start with.Simple enough issue to start with.type: featureNew feature.New feature.
Description
Is your feature request related to a problem? Please describe.
Could you add the ability to comment columns and tables?
Describe the solution you'd like
As laravel's migration provides:
$table->string('avatar')->nullable()->comment('图像');
$table->comment('交易');
Describe alternatives you've considered
Because when viewing a separate view database, if the field is more and more complex, it will be very confusing
Additional context
No response
Sub-issues
Metadata
Metadata
Assignees
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.type: featureNew feature.New feature.
Type
Projects
Status
Todo