← Back
Editing: rcube.contactgroups.xml
<?xml version="1.0"?> <mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <database name="roundcube"> <table_structure name="contactgroups"> <field Field="contactgroup_id" Type="int(10) unsigned" Null="NO" Key="PRI" Extra="auto_increment" Comment="" /> <field Field="user_id" Type="int(10) unsigned" Null="NO" Key="MUL" Extra="" Comment="" /> <field Field="changed" Type="datetime" Null="NO" Key="" Default="'1000-01-01 00:00:00'" Extra="" Comment="" /> <field Field="del" Type="tinyint(1)" Null="NO" Key="" Default="0" Extra="" Comment="" /> <field Field="name" Type="varchar(128)" Null="NO" Key="" Default="''" Extra="" Comment="" /> <key Table="contactgroups" Non_unique="0" Key_name="PRIMARY" Seq_in_index="1" Column_name="contactgroup_id" Collation="A" Cardinality="129" Null="" Index_type="BTREE" Comment="" Index_comment="" Ignored="NO" /> <key Table="contactgroups" Non_unique="1" Key_name="contactgroups_user_index" Seq_in_index="1" Column_name="user_id" Collation="A" Cardinality="129" Null="" Index_type="BTREE" Comment="" Index_comment="" Ignored="NO" /> <key Table="contactgroups" Non_unique="1" Key_name="contactgroups_user_index" Seq_in_index="2" Column_name="del" Collation="A" Cardinality="129" Null="" Index_type="BTREE" Comment="" Index_comment="" Ignored="NO" /> <options Name="contactgroups" Engine="InnoDB" Version="10" Row_format="Dynamic" Rows="129" Avg_row_length="127" Data_length="16384" Max_data_length="0" Index_length="16384" Data_free="0" Auto_increment="130" Create_time="2024-11-26 11:40:28" Collation="utf8mb3_general_ci" Create_options="row_format=DYNAMIC" Comment="" Max_index_length="0" Temporary="N" /> </table_structure> <table_data name="contactgroups"> </table_data> </database> </mysqldump>
Save File
Cancel