Description of PostgreSQL attribute
1 2 | db.attribute(schemaname, tablename, attname, typename, attlen = -1,
attlen2 = -1, colposition, internalid, internalname)
|
schemaname |
the name of DB schema |
tablename |
the name of DB table |
attname |
the name of the attribute |
attlen |
primary length of the type |
attlen2 |
secondary length of the type |
colposition |
position of the column in table |
internalid |
(reserved) |
internalname |
(reserved) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.