-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable customize datetime format
- Loading branch information
1 parent
e53ea32
commit 113a096
Showing
3 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
### Todos | ||
## Todos | ||
|
||
### Before reload | ||
- [x] new banner and make it in GitHub.com | ||
- [x] make BackupTables facade if applicable | ||
- [ ] customize `Y_m_d_H_i_s` | ||
- [ ] add deepbackup(structure+data+virtual+stored columns) | ||
- [ ] add ShallowBackup(structure+data) | ||
- [ ] add OnlyData(structure+data) | ||
- [ ] add OnlyStructure(structure) | ||
- [ ] improve namings for method names | ||
- [ ] add datbase droplist (sqilte, mysql, sql server, mariadb, postgres) + version for each of them in the ISSUE_TEMPLATE, and make it required and even add it to the next | ||
- [ ] use Stratigy pattern instead of switch with OOP features | ||
- [x] try previous versions of laravel until laravel 6 | ||
- [x] try all SQLs MySQL, MariaDB, SQLite, Postgres, and SQL Server | ||
- [x] customize datetime format `Y_m_d_H_i_s` | ||
- [ ] fix for foreign keys, and return foreign key father_id | ||
- [ ] improve namings for method names | ||
- [ ] add database drop list (sqlite, mysql, sql server, mariadb, postgres) + version for each of them in the ISSUE_TEMPLATE, and make it required and even add it to the next | ||
- [ ] clean up the code | ||
- [ ] return foreign key father_id | ||
- [ ] php storm recommendations | ||
- [ ] write automated tests for the code | ||
- [ ] write documentation for the code | ||
- [ ] add the package to packagist | ||
- [ ] try previous versions of laravel until laravel 6 | ||
- [ ] 11 => sqlite, mysql/mariadb (1st party supported in Laravel 11), postgres | ||
- [ ] 10 => sqlite, mysql, postgres | ||
- [ ] 9 => sqlite, mysql, postgres | ||
- [ ] 8 => sqlite, mysql, postgres | ||
- [ ] 7 => sqlite, mysql, postgres | ||
- [ ] 6 => sqlite, mysql, postgres | ||
- [ ] fix all todo in the code, and remove commented code | ||
|
||
### After | ||
- [ ] use Strategy pattern instead of switch with OOP features (if useful) |