This is what you will have on the front-end of your website: #

By default, the new table comes with just two fields: “id” (int(10)) where a unique record ID is stored, and “published” (tinyint(1)) which will mark a record as published/visible (1) or unpublished/hidden (0). These two fields cannot be changed or deleted.
Leave a Reply
You must be logged in to post a comment.