New Fields in Page type and SQL queries

merav tg asked on April 17, 2016 13:00

Hi again,

When i create a new Page type and i define new fields. on what DB table can i find this values?

meaning if i want to see all the product and their new fields i create from what table do i need to take it? i created my page type under CMSProduct

thank you

Recent Answers


merav tg answered on April 17, 2016 14:08 (last edited on April 17, 2016 14:44)

I found it. it was just entering the table name as is.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 17, 2016 19:56

Table names are created with the namespace and code name you enter in the page type definition. So if you enter MyNameSpace.PageType the table name will be MyNameSpace_PageType Be careful of changing data directly in that table though. Make sure to use the API if needed.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.