WIP on allthebookmarks-com

This commit is contained in:
Joey Kimsey
2024-12-15 17:25:05 -05:00
parent cd4aea4492
commit 0955fb4175
3 changed files with 3 additions and 10 deletions

View File

@ -29,6 +29,7 @@ class Folders extends DatabaseModel {
[ 'folderID', 'int', '11' ],
[ 'createdBy', 'int', '11' ],
[ 'createdAt', 'int', '11' ],
[ 'uuid', 'char', '36' ],
];
/**