PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #1566

show the default value of each field as result of tableInfo

Details

Request #1566show the default value of each field as result of tableInfo
Submitted2004-06-07 08:44 UTC
Fromtricera_it at yahoo dot it
Assigneddanielc
StatusWont fix
PackageDB
PHP Version4.3.6
OSLinux
Roadmaps(Not assigned)

Comments

[2004-06-07 08:44 UTC] tricera_it at yahoo dot it

Description:
------------
Another useful information can be returned by tableInfo is the default value of each field.
With mysql it can be retrieved with the query: "SHOW COLUMNS FROM table FROM database"

[2005-09-21 15:15 UTC] php at adaniels dot nl

When will this be done? It is possible to retrieve the default value for mysql and it is not done.