RG
Пытаюсь сейчас через liquibase
Size: a a a
RG
C
VG
D
VG
VG
VG
RG
RG
<changeSet author="admin" id="1">
<createTable tableName="metrics">
<column name="event_id" type="UUID"/>
<column name="instance_id" type="UInt64"/>
<column name="username" type="String"/>
<column name="useragent" type="String"/>
<column name="width" type="UInt64"/>
<column name="height" type="UInt64"/>
<column name="screen_width" type="UInt64"/>
<column name="screen_height" type="UInt64"/>
<column name="event_type" type="String"/>
<column name="time_stamp" type="UInt64"/>
<column name="current_mode" type="String"/>
<column name="jserror_message" type="String"/>
<column name="jserror_stack" type="String"/>
<column name="playererror_cameraid" type="UInt64"/>
<column name="playererror_url" type="String"/>
<column name="playererror_eventtype" type="String"/>
<column name="playererror_source" type="String"/>
<column name="playererror_streamid" type="String"/>
<column name="playererror_fragment" type="String"/>
<column name="useraction_actiontype" type="String"/>
<column name="useraction_cssselector" type="String"/>
<column name="useraction_elementname" type="String"/>
<column name="useraction_x" type="UInt64"/>
<column name="useraction_y" type="UInt64"/>
</createTable>
<rollback>
<dropTable tableName="metrics"/>
</rollback>
</changeSet>
C
RG
C
VG
C
VG
D