How can I get Baseline´s columns from Project Server?
It is not possible to get them using CSOM. Also, I couldn´t find them in database script.
Is it the correct database? Is it pjpub, pjver or pjdraft? What is the correct table?
You can find project and task baselines data in database views:
[pjrep].[MSP_EpmProject_UserView]
[pjrep].[MSP_EpmTask_UserView]
Columns names start with TaskBaselineXX...