Fixed doc bug #51163. Removed references to def field, as no meaningful value is returned for it.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302439 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2010-08-18 12:12:29 +00:00
parent 43ca6d54fd
commit b481e9d418
3 changed files with 0 additions and 14 deletions

View file

@ -56,11 +56,6 @@
table - name of the table the column belongs to
</simpara>
</listitem>
<listitem>
<simpara>
def - default value of the column
</simpara>
</listitem>
<listitem>
<simpara>
max_length - maximum length of the column
@ -150,7 +145,6 @@ numeric: $meta->numeric
primary_key: $meta->primary_key
table: $meta->table
type: $meta->type
default: $meta->def
unique_key: $meta->unique_key
unsigned: $meta->unsigned
zerofill: $meta->zerofill

View file

@ -68,10 +68,6 @@
<entry>orgtable</entry>
<entry>Original table name if an alias was specified</entry>
</row>
<row>
<entry>def</entry>
<entry>The default value for this field, represented as a string</entry>
</row>
<row>
<entry>max_length</entry>
<entry>The maximum width of the field for the result set.</entry>

View file

@ -70,10 +70,6 @@
<entry>orgtable</entry>
<entry>Original table name if an alias was specified</entry>
</row>
<row>
<entry>def</entry>
<entry>The default value for this field, represented as a string</entry>
</row>
<row>
<entry>max_length</entry>
<entry>The maximum width of the field for the result set.</entry>