0

The internal tables structure in worklight 6.2 in this link(Internal tables) is missing for 6.3(MobileFirst).Where can we find it?

Purpose : We would require that for a feature to create a SQL adapter over it to find out the number of registered devices for a user.

For example to display the user in his/her app showing the already registered devices.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
Futur
  • 8,444
  • 5
  • 28
  • 34

1 Answers1

1

You can find the latest table reference for 6.3, here: http://www-01.ibm.com/support/knowledgecenter/SSHS8R_6.3.0/com.ibm.worklight.reference.doc/admin/r_internal_ibm_worklight_database_tables.html

The tables did not change in regards to the above.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • Thanks a lot @idan - Is it possible to build SQL adapter on these tables ? just wondering to cut down a lot of time. – Futur Dec 24 '14 at 10:47