PostgreSQL constraints concerning the attribute
1 2 | db.attribute.pg.constraints(schemaname, tablename, attname, notnull = FALSE,
hasdefault = FALSE, internalid, internalname)
|
schemaname |
the name of DB schema |
tablename |
the name of DB table |
attname |
the name of the attribute |
notnull |
has the attribute NOT NULL constraint? |
hasdefault |
has the attribute default value? |
internalid |
(reserved) |
internalname |
(reserved) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.