dataSources.ids 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component name="dataSourceStorage">
  3. <data-source source="LOCAL" name="MySQL - tasks@localhost" uuid="c2a557d7-ac30-4c20-8f83-36bdbba56509">
  4. <database-info product="MySQL" version="5.5.27" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.31 ( Revision: alexander.soklakov@oracle.com-20140520065950-groqzzbvxprqdmnz )">
  5. <extra-name-characters>#@</extra-name-characters>
  6. <identifier-quote-string>`</identifier-quote-string>
  7. </database-info>
  8. <case-sensitivity plain-identifiers="lower" quoted-identifiers="lower"/>
  9. <schema name="" catalog="tasks"/>
  10. <table name="arbeitstage" schema="" catalog="tasks" type="TABLE">
  11. <column name="bundesland" sqlType="VARCHAR" length="5" precision="0" nullable="false" jdbcType="12" def="Jyc="/>
  12. <column name="datum" sqlType="DATE" length="10" precision="0" nullable="false" jdbcType="91" def="JzAwMDAtMDAtMDAn"/>
  13. <column name="wochentag" sqlType="VARCHAR" length="5" precision="0" nullable="false" jdbcType="12" def="Jyc="/>
  14. <column name="feiertag" sqlType="VARCHAR" length="50" precision="0" nullable="false" jdbcType="12" def="Jyc="/>
  15. <column name="mofr" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6" def="MA=="/>
  16. <column name="mosa" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6" def="MA=="/>
  17. <column name="moso" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6" def="MA=="/>
  18. <column name="diso" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6" def="MA=="/>
  19. <primary-key name="PRIMARY" columns="bundesland,datum"/>
  20. </table>
  21. <table name="kunden" schema="" catalog="tasks" type="TABLE">
  22. <column name="kunde" sqlType="VARCHAR" length="50" precision="0" nullable="false" jdbcType="12"/>
  23. <column name="system" sqlType="VARCHAR" length="50" precision="0" nullable="false" jdbcType="12"/>
  24. <column name="start" sqlType="TIME" length="8" precision="0" nullable="false" jdbcType="92"/>
  25. <column name="ende" sqlType="TIME" length="8" precision="0" nullable="false" jdbcType="92"/>
  26. <column name="erster_status" sqlType="DATE" length="10" precision="0" nullable="false" jdbcType="91"/>
  27. <column name="aktiv" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6" def="MQ=="/>
  28. <column name="woche" sqlType="VARCHAR" length="10" precision="0" nullable="false" jdbcType="12" def="J01vLVNhJw=="/>
  29. <column name="bundesland" sqlType="VARCHAR" length="5" precision="0" nullable="false" jdbcType="12" def="J0hFJw=="/>
  30. <primary-key name="PRIMARY" columns="kunde"/>
  31. </table>
  32. <table name="statusmail" schema="" catalog="tasks" type="TABLE">
  33. <column name="kunde" sqlType="VARCHAR" length="50" precision="0" nullable="false" jdbcType="12"/>
  34. <column name="datum" sqlType="DATE" length="10" precision="0" nullable="false" jdbcType="91"/>
  35. <column name="start" sqlType="TIME" length="8" precision="0" nullable="false" jdbcType="92"/>
  36. <column name="ende" sqlType="TIME" length="8" precision="0" nullable="false" jdbcType="92"/>
  37. <column name="logdatei" sqlType="TEXT" length="65535" precision="0" nullable="false" jdbcType="-1"/>
  38. <column name="fehlerbericht" sqlType="TEXT" length="65535" precision="0" nullable="false" jdbcType="-1"/>
  39. <column name="anzahl" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6"/>
  40. <column name="bearbeitet" sqlType="TINYINT" length="3" precision="0" nullable="false" jdbcType="-6"/>
  41. <column name="kommentar" sqlType="TEXT" length="65535" precision="0" nullable="false" jdbcType="-1"/>
  42. <primary-key name="PRIMARY" columns="kunde,datum,start"/>
  43. </table>
  44. </data-source>
  45. </component>