更新数据模型

This commit is contained in:
shuzheng 2017-03-29 22:01:33 +08:00
parent 014eaf5ffb
commit 81a8e93d16
5 changed files with 11446 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 KiB

After

Width:  |  Height:  |  Size: 534 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{22E867D0-73E2-4C77-BB68-28135519D681}" Label="" LastModificationDate="1490707943" Name="zheng" Objects="464" Symbols="71" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="APM_DATA_MODEL_XML" version="16.5.0.3982"?> <?PowerDesigner AppLocale="UTF16" ID="{22E867D0-73E2-4C77-BB68-28135519D681}" Label="" LastModificationDate="1490795953" Name="zheng" Objects="453" Symbols="71" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="APM_DATA_MODEL_XML" version="16.5.0.3982"?>
<!-- do not edit this file --> <!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object"> <Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@ -9390,11 +9390,11 @@ LABL 0 新宋体,8,N</a:FontList>
<a:Code>uri</a:Code> <a:Code>uri</a:Code>
<a:CreationDate>1489482411</a:CreationDate> <a:CreationDate>1489482411</a:CreationDate>
<a:Creator>admin</a:Creator> <a:Creator>admin</a:Creator>
<a:ModificationDate>1489483455</a:ModificationDate> <a:ModificationDate>1490795953</a:ModificationDate>
<a:Modifier>admin</a:Modifier> <a:Modifier>shuzheng</a:Modifier>
<a:Comment>URI</a:Comment> <a:Comment>URI</a:Comment>
<a:DataType>varchar(50)</a:DataType> <a:DataType>varchar(200)</a:DataType>
<a:Length>50</a:Length> <a:Length>200</a:Length>
<a:CheckConstraintName>CK_uri</a:CheckConstraintName> <a:CheckConstraintName>CK_uri</a:CheckConstraintName>
</o:Column> </o:Column>
<o:Column Id="o359"> <o:Column Id="o359">

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{22E867D0-73E2-4C77-BB68-28135519D681}" Label="" LastModificationDate="1490707943" Name="zheng" Objects="464" Symbols="71" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?> <?PowerDesigner AppLocale="UTF16" ID="{22E867D0-73E2-4C77-BB68-28135519D681}" Label="" LastModificationDate="1490795953" Name="zheng" Objects="453" Symbols="71" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<!-- do not edit this file --> <!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object"> <Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@ -9152,11 +9152,11 @@ LABL 0 新宋体,8,N</a:FontList>
<a:Code>uri</a:Code> <a:Code>uri</a:Code>
<a:CreationDate>1489482411</a:CreationDate> <a:CreationDate>1489482411</a:CreationDate>
<a:Creator>admin</a:Creator> <a:Creator>admin</a:Creator>
<a:ModificationDate>1489483455</a:ModificationDate> <a:ModificationDate>1490795953</a:ModificationDate>
<a:Modifier>admin</a:Modifier> <a:Modifier>shuzheng</a:Modifier>
<a:Comment>URI</a:Comment> <a:Comment>URI</a:Comment>
<a:DataType>varchar(50)</a:DataType> <a:DataType>varchar(200)</a:DataType>
<a:Length>50</a:Length> <a:Length>200</a:Length>
</o:Column> </o:Column>
<o:Column Id="o359"> <o:Column Id="o359">
<a:ObjectID>64738666-33F3-4DC0-8DB4-13384F8A1F90</a:ObjectID> <a:ObjectID>64738666-33F3-4DC0-8DB4-13384F8A1F90</a:ObjectID>

File diff suppressed because one or more lines are too long