| 12345678910111213141516 |
- #
- # Table structure for table 'be_users'
- #
- CREATE TABLE be_users (
- tx_otconnect_opentalentId bigint,
- tx_otconnect_organizationId bigint,
- tx_otconnect_generationDate datetime
- );
- #
- # Table structure for table 'fe_users'
- #
- CREATE TABLE fe_users (
- tx_otconnect_opentalentId bigint,
- tx_otconnect_generationDate datetime
- );
|