Open shellphy opened 2 weeks ago
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
Related with https://github.com/cycle/database/issues/84
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