feat: `describe-database-table` to get stats about a table by ankush [frappe] PR#23813
From: https://github.com/frappe/frappe/pull/23813
Date: 2023-12-15 17:53:11+05:30
- feat:
describe-database-tableto get stats about a table (#23813)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23813
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease