## page was renamed from Developer Manual 3.8/Database == Database == <> === Database overview === Below you find a database diagram of the physical tables in the !NetarchiveSuite database. {{attachment:Database_Overview.gif}} === Table and Column Descriptions === Description of the individual tables and their columns can be now found in the Derby SQL create script ''[[https://gforge.statsbiblioteket.dk/plugins/scmsvn/viewcvs.php/*checkout*/trunk/scripts/sql/createfullhddb.sql?root=netarchivesuite|createfullhddb.sql]]''. Note that Derby automatically generates indexes for unique columns, other types of databases may need to set these indices manually. The table and column descriptions is given on form: {{{ :== * :== --************************************************-- -- Area: -- --************************************************-- * :== ---------------------------------------------------- -- Name: -- Descr.:
[-- Purpose: ] [-- Expected entry count: ] * * :== create table
( + [] ); :== -- }}}