You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/lib/srdb2/schema/grp.xml

41 lines
758 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE table PUBLIC "-//iptel.org//DTD DBSchema V1.0//EN"
"http://iptel.org/dbschema/dtd/1.0/dbschema.dtd" [
<!ENTITY % entities SYSTEM "entities.xml">
%entities;
]>
<table>
<name>grp</name>
<version>3</version>
<column id="grp.uid">
<name>uid</name>
<name db="oracle">uuid</name>
<type>string</type>
<default></default>
<size>&user_len;</size>
</column>
<column id="grp.grp">
<name>grp</name>
<type>string</type>
<default></default>
<size>64</size>
</column>
<column>
<name>last_modified</name>
<type>datetime</type>
<default>1970-01-01 00:00:00</default>
</column>
<index>
<name>grp_idx</name>
<colref linkend="grp.uid"/>
<colref linkend="grp.grp"/>
</index>
</table>