On 29 January 2010 22:33, mdipierro <[email protected]> wrote:
> can we see the definition of db.scopus_rou? What database engine?
Database Engine: Postgresql.
Here is the definition for scopus_rou:
db.define_table("scopus_rou",
Field("Authors", 'text'),
Field("Title", "string", length=1024),
Field("Year"),
Field("Source_title", "string", length=1024),
Field("Volume"),
Field("Issue"),
Field("Art_No"),
Field("Page_start"),
Field("Page_end"),
Field("Page_count"),
Field("Cited_by"),
Field("Link"),
Field("Affiliations", "text"),
Field("Authors_with_affiliations", 'text'),
Field("Abstract", "text"),
Field("Author_Keywords", "text"),
Field("Index_Keywords", "text"),
Field("Correspondence_Address", "text"),
Field("Editors", "text"),
Field("Publisher"),
Field("ISSN"),
Field("ISBN"),
Field("CODEN"),
Field("DOI"),
Field("Pubmed_ID"),
Field("Language"),
Field("Abbreviated_Source_Title"),
Field("Document_Type"),
Field("Source"),
Field("AFFIL_COUNTRY"))
Regards
Johann
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.