Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shellphy opened this issue Oct 31, 2024 · 1 comment
Open

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

shellphy opened this issue Oct 31, 2024 · 1 comment
Labels
good first issue Simple enough issue to start with. type: feature New feature.

Comments

@shellphy
Copy link

shellphy commented Oct 31, 2024

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

@roxblnfk roxblnfk transferred this issue from cycle/migrations Nov 1, 2024
@roxblnfk
Copy link
Member

roxblnfk commented Nov 1, 2024

Related with #84

@roxblnfk roxblnfk added type: feature New feature. good first issue Simple enough issue to start with. labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Simple enough issue to start with. type: feature New feature.
Projects
Status: Todo
Development

No branches or pull requests

2 participants