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

schema:dump command now available #237

Merged
merged 1 commit into from
Dec 2, 2023
Merged

schema:dump command now available #237

merged 1 commit into from
Dec 2, 2023

Conversation

ucan-lab
Copy link
Owner

@ucan-lab ucan-lab commented Dec 2, 2023

close #236

$ php artisan schema:dump
mysqldump: unknown variable 'column-statistics=0'
mysqldump: unknown variable 'set-gtid-purged=OFF'

   INFO  Database schema dumped successfully.

@ucan-lab ucan-lab self-assigned this Dec 2, 2023
@ucan-lab
Copy link
Owner Author

ucan-lab commented Dec 2, 2023

mysqldump: unknown variable 'column-statistics=0'
mysqldump: unknown variable 'set-gtid-purged=OFF'

I couldn't find a way to suppress this warning.

@ucan-lab ucan-lab merged commit a0a7c66 into main Dec 2, 2023
3 checks passed
@ucan-lab ucan-lab deleted the topic-236-schema-dump branch December 2, 2023 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema:dump command cannot be executed
1 participant