Commit 7941eda
committed
Added new functions and improvements for database management
- Removed WhereWithJoins method
- Added functions for creating/dropping tables, adding/removing columns, renaming tables, and updating fields
- Added function to truncate all data from a table
- Added support for listing, creating, and deleting tables and databases
- Added function to list table columns
- Added functions to drop primary and foreign keys
- Updated code comments and usage examples throughout1 parent 77718f7 commit 7941eda
File tree
4 files changed
+862
-661
lines changed- app/Models
- docs/files/app/Models
4 files changed
+862
-661
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
0 commit comments