|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!-- |
| 2 | +<!-- |
3 | 3 |
|
4 | 4 | * Copyright (c) 2014-2019 LabKey Corporation |
5 | 5 | * |
|
1568 | 1568 | <tableTitle>Valid Vaccines</tableTitle> |
1569 | 1569 | </table> |
1570 | 1570 | <table tableName="NewAnimalData" tableDbType="TABLE"> |
| 1571 | + <auditLogging>DETAILED</auditLogging> |
1571 | 1572 | <pkColumnName>Id</pkColumnName> |
1572 | 1573 | <columns> |
1573 | 1574 | <column columnName="Id"> |
|
1640 | 1641 | <tableTitle>NewAnimalData</tableTitle> |
1641 | 1642 | </table> |
1642 | 1643 | <table tableName="BehaviorNotificationComment" tableDbType="TABLE"> |
| 1644 | + <auditLogging>DETAILED</auditLogging> |
1643 | 1645 | <pkColumnName>NotificationNumber</pkColumnName> |
1644 | 1646 | <columns> |
1645 | 1647 | <column columnName="NotificationNumber"> |
|
1818 | 1820 | </column> |
1819 | 1821 | </columns> |
1820 | 1822 | </table> |
| 1823 | + <table tableName="Counters" tableDbType="TABLE"> |
| 1824 | + <auditLogging>DETAILED</auditLogging> |
| 1825 | + <pkColumnName>RowId</pkColumnName> |
| 1826 | + <columns> |
| 1827 | + <column columnName="RowId"> |
| 1828 | + <datatype>integer</datatype> |
| 1829 | + <nullable>false</nullable> |
| 1830 | + </column> |
| 1831 | + <column columnName="Name"> |
| 1832 | + <datatype>varchar</datatype> |
| 1833 | + <nullable>false</nullable> |
| 1834 | + </column> |
| 1835 | + <column columnName="Value"> |
| 1836 | + <datatype>integer</datatype> |
| 1837 | + <nullable>false</nullable> |
| 1838 | + </column> |
| 1839 | + <column columnName="ObjectId"> |
| 1840 | + <isHidden>true</isHidden> |
| 1841 | + <isUserEditable>false</isUserEditable> |
| 1842 | + </column> |
| 1843 | + <column columnName="container"> |
| 1844 | + <nullable>false</nullable> |
| 1845 | + <isHidden>true</isHidden> |
| 1846 | + </column> |
| 1847 | + </columns> |
| 1848 | + <tableTitle>Counters Table</tableTitle> |
| 1849 | + </table> |
1821 | 1850 | </tables> |
1822 | | - |
|
0 commit comments