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

@ -25,19 +25,10 @@ class Bookmarkviews extends DatabaseModel {
[ 'title', 'varchar', '256' ],
[ 'description', 'text', '' ],
[ 'privacy', 'varchar', '48' ],
[ 'createdBy', 'int', '11' ],
[ 'createdAt', 'int', '11' ],
[ 'updatedAt', 'int', '11' ],
[ 'uuid', 'char', '36' ],
];
/**