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

@ -42,6 +42,7 @@ class Bookmarks extends DatabaseModel {
[ 'hiddenAt', 'int', '11' ],
[ 'order', 'int', '11' ],
[ 'linkType', 'varchar', '32' ],
[ 'uuid', 'char', '36' ],
];
/**