Jump to content

Set up table to save bookmarked entries.


rma.eugene

Recommended Posts

Hey all,

 

Trying to setup a table to store a list of entry Id's a user could bookmark.

 

Kinda new at this. Not sure how to do it. Right now I've got:

 

CREATE TABLE FamilyBookmarks
(
        familyID int unsigned not null,
        entryId varchar(20) not null,
        date_created datetime,
        last_updated datetime,
        PRIMARY KEY(familyID, childId)
);

 

thanks!

Link to comment
https://forums.phpfreaks.com/topic/204441-set-up-table-to-save-bookmarked-entries/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.