{"id":295,"date":"2012-03-15T11:24:24","date_gmt":"2012-03-15T11:24:24","guid":{"rendered":"http:\/\/ahsiu.com\/?p=295"},"modified":"2012-03-15T11:24:24","modified_gmt":"2012-03-15T11:24:24","slug":"powerdesigner%e4%b8%ad%e7%9a%84%e6%95%b0%e6%8d%ae%e7%b1%bb%e5%9e%8b%e5%af%b9%e7%85%a7%e8%a1%a8","status":"publish","type":"post","link":"https:\/\/blog.xiunian.wang\/?p=295","title":{"rendered":"PowerDesigner\u4e2d\u7684\u6570\u636e\u7c7b\u578b\u5bf9\u7167\u8868"},"content":{"rendered":"<p><strong>The following numeric data types are available:<\/strong><\/p>\n<p><strong><\/strong>Standard data type<\/p>\n<p>DBMS-specific physical data type<br \/>\nContent<br \/>\nLength<\/p>\n<table>\n<tbody>\n<tr>\n<td>Integer<\/td>\n<td>int \/ INTEGER<\/td>\n<td>32-bit integer<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Short Integer<\/td>\n<td>smallint \/ SMALLINT<\/td>\n<td>16-bit integer<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Long Integer<\/td>\n<td>int \/ INTEGER<\/td>\n<td>32-bit integer<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Byte<\/td>\n<td>tinyint \/ SMALLINT<\/td>\n<td>256 values<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Number<\/td>\n<td>numeric \/ NUMBER<\/td>\n<td>Numbers with a fixed decimal point<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Decimal<\/td>\n<td>decimal \/ NUMBER<\/td>\n<td>Numbers with a fixed decimal point<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Float<\/td>\n<td>float \/ FLOAT<\/td>\n<td>32-bit floating point numbers<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Short Float<\/td>\n<td>real \/ FLOAT<\/td>\n<td>Less than 32-bit point decimal number<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Long Float<\/td>\n<td>double precision \/ BINARY DOUBLE<\/td>\n<td>64-bit floating point numbers<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Money<\/td>\n<td>money \/ NUMBER<\/td>\n<td>Numbers with a fixed decimal point<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Serial<\/td>\n<td>numeric \/ NUMBER<\/td>\n<td>Automatically incremented numbers<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Boolean<\/td>\n<td>bit \/ SMALLINT<\/td>\n<td>Two opposing values (true\/false; yes\/no; 1\/0)<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><strong>Character data types :<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Standard data type<br \/>\nDBMS-specific physical data type<br \/>\nContent<br \/>\nLength<\/p>\n<table>\n<tbody>\n<tr>\n<td>Characters<\/td>\n<td>char \/ CHAR<\/td>\n<td>Character strings<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Variable Characters<\/td>\n<td>varchar \/ VARCHAR2<\/td>\n<td>Character strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Long Characters<\/td>\n<td>varchar \/ CLOB<\/td>\n<td>Character strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Long Var Characters<\/td>\n<td>text \/ CLOB<\/td>\n<td>Character strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Text<\/td>\n<td>text \/ CLOB<\/td>\n<td>Character strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Multibyte<\/td>\n<td>nchar \/ NCHAR<\/td>\n<td>Multibyte character strings<\/td>\n<td>Fixed<\/td>\n<\/tr>\n<tr>\n<td>Variable Multibyte<\/td>\n<td>nvarchar \/ NVARCHAR2<\/td>\n<td>Multibyte character strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><strong>Time data types:<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Standard data type<br \/>\nDBMS-specific physical data type<br \/>\nContent<br \/>\nLength<\/p>\n<table>\n<tbody>\n<tr>\n<td>Date<\/td>\n<td>date \/ DATE<\/td>\n<td>Day, month, year<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Time<\/td>\n<td>time \/ DATE<\/td>\n<td>Hour, minute, and second<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Date &amp; Time<\/td>\n<td>datetime \/ DATE<\/td>\n<td>Date and time<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Timestamp<\/td>\n<td>timestamp \/ TIMESTAMP<\/td>\n<td>System date and time<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><strong>Other data types :<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Standard data type<br \/>\nDBMS-specific physical data type<br \/>\nContent<br \/>\nLength<\/p>\n<table>\n<tbody>\n<tr>\n<td>Binary<\/td>\n<td>binary \/ RAW<\/td>\n<td>Binary strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Long Binary<\/td>\n<td>image \/ BLOB<\/td>\n<td>Binary strings<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Bitmap<\/td>\n<td>image \/ BLOB<\/td>\n<td>Images in bitmap format (BMP)<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Image<\/td>\n<td>image \/ BLOB<\/td>\n<td>Images<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>OLE<\/td>\n<td>image \/ BLOB<\/td>\n<td>OLE links<\/td>\n<td>Maximum<\/td>\n<\/tr>\n<tr>\n<td>Other<\/td>\n<td>\u2014<\/td>\n<td>User-defined data type<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<tr>\n<td>Undefined<\/td>\n<td>undefined<\/td>\n<td>Undefined. Replaced by the default data type at generation.<\/td>\n<td>\u2014<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>The following numeric data types are available: Standard data type DBMS-specific physical data type Content Length Integer int \/ INTEGER 32-bit integer \u2014 Short Integer smallint \/ SMALLINT 16-bit integer \u2014 Long Integer int \/ INTEGER 32-bit integer \u2014 Byte tinyint \/ SMALLINT 256 values \u2014 Number numeric \/ NUMBER Numbers with a fixed decimal &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/blog.xiunian.wang\/?p=295\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;PowerDesigner\u4e2d\u7684\u6570\u636e\u7c7b\u578b\u5bf9\u7167\u8868&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,5],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=\/wp\/v2\/posts\/295"}],"collection":[{"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=295"}],"version-history":[{"count":0,"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=\/wp\/v2\/posts\/295\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.xiunian.wang\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}