Skip to content

[Feature]: support column comment and table comment #212

@shellphy

Description

@shellphy

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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions