ext_tables.sql 330 B

12345678910111213141516
  1. #
  2. # Table structure for table 'be_users'
  3. #
  4. CREATE TABLE be_users (
  5. tx_otconnect_opentalentId bigint,
  6. tx_otconnect_organizationId bigint,
  7. tx_otconnect_generationDate datetime
  8. );
  9. #
  10. # Table structure for table 'fe_users'
  11. #
  12. CREATE TABLE fe_users (
  13. tx_otconnect_opentalentId bigint,
  14. tx_otconnect_generationDate datetime
  15. );