Skip to content
Snippets Groups Projects
Commit 180c84cd authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1054945][Präzision von DATE_EDIT...

[Projekt: Entwicklung - Neon][TicketNr.: 1054945][Präzision von DATE_EDIT Spalte bei MariaDb Standardmäßig zu niedrig für ASYS_SYSTEM]
parent bca6ff56
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<column name="ID" type="CHAR(63)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_SYSTEM_ID"/>
</column>
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_EDIT" type="DATETIME(3)"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="DESCRIPTION" type="VARCHAR(255)"/>
<column name="ICON" type="LONGBLOB"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment