-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pather.txt
30 lines (27 loc) · 3.72 KB
/
er.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8" ?><sql><datatypes db="mysql">
<group label="Numeric" color="rgb(238,238,170)">
<type label="Integer" length="0" sql="INTEGER" re="INT" quote=""/>
<type label="Decimal" length="1" sql="DECIMAL" re="DEC" quote=""/>
<type label="Single precision" length="0" sql="FLOAT" quote=""/>
<type label="Double precision" length="0" sql="DOUBLE" re="DOUBLE" quote=""/>
</group>
<group label="Character" color="rgb(255,200,200)">
<type label="Char" length="1" sql="CHAR" quote="'"/>
<type label="Varchar" length="1" sql="VARCHAR" quote="'"/>
<type label="Text" length="0" sql="MEDIUMTEXT" re="TEXT" quote="'"/>
<type label="Binary" length="1" sql="BINARY" quote="'"/>
<type label="Varbinary" length="1" sql="VARBINARY" quote="'"/>
<type label="BLOB" length="0" sql="BLOB" re="BLOB" quote="'"/>
</group>
<group label="Date & Time" color="rgb(200,255,200)">
<type label="Date" length="0" sql="DATE" quote="'"/>
<type label="Time" length="0" sql="TIME" quote="'"/>
<type label="Datetime" length="0" sql="DATETIME" quote="'"/>
<type label="Year" length="0" sql="YEAR" quote=""/>
<type label="Timestamp" length="0" sql="TIMESTAMP" quote="'"/>
</group>
<group label="Miscellaneous" color="rgb(200,200,255)">
<type label="ENUM" length="1" sql="ENUM" quote=""/>
<type label="SET" length="1" sql="SET" quote=""/>
</group>
</datatypes><table x="167" y="105" name="AndroidUser"><row name="key("au"+tel)" null="1" autoincrement="1"><datatype>INTEGER</datatype><default>NULL</default></row><row name="tel" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="dev_id" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="sim_serial" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="installed_at" null="1" autoincrement="0"><datatype>DATETIME</datatype><default>NULL</default></row><row name="last_accessed_at" null="1" autoincrement="0"><datatype>DATETIME</datatype><default>NULL</default></row><key type="PRIMARY" name=""><part>key("au"+tel)</part></key></table><table x="397" y="108" name="Favorites(GAE)"><row name="key("au"+tel+id)" null="1" autoincrement="1"><datatype>INTEGER</datatype><default>NULL</default></row><row name="parent(AndroidUser)" null="0" autoincrement="0"><datatype>INTEGER</datatype></row><row name="id" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="url" null="1" autoincrement="0"><datatype>VARCHAR</datatype><default>NULL</default></row><row name="title" null="1" autoincrement="0"><datatype>MEDIUMTEXT</datatype><default>NULL</default></row><row name="android_user" null="1" autoincrement="0"><datatype>INTEGER</datatype><default>NULL</default></row><row name="created_at" null="1" autoincrement="0"><datatype>DATETIME</datatype><default>NULL</default></row><row name="updated_at" null="1" autoincrement="0"><datatype>DATETIME</datatype><default>NULL</default></row><row name="client_updated_at" null="0" autoincrement="0"><datatype>DATETIME</datatype></row><key type="PRIMARY" name=""><part>key("au"+tel+id)</part></key></table><table x="782" y="116" name="Favorites(android)"><row name="id" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="url" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="title" null="0" autoincrement="0"><datatype>VARCHAR</datatype></row><row name="created_at" null="0" autoincrement="0"><datatype>DATETIME</datatype></row><row name="updated_at" null="0" autoincrement="0"><datatype>DATETIME</datatype></row><row name="was_updated" null="0" autoincrement="0"><datatype>INTEGER</datatype></row><row name="was_deleted" null="0" autoincrement="0"><datatype>INTEGER</datatype></row><key type="PRIMARY" name=""><part>id</part></key></table></sql>