We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you add the ability to comment columns and tables?
As laravel's migration provides:
$table->string('avatar')->nullable()->comment('图像');
$table->comment('交易');
Because when viewing a separate view database, if the field is more and more complex, it will be very confusing
No response
The text was updated successfully, but these errors were encountered:
Related with #84
Sorry, something went wrong.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: