|
|
Rather than creating a new database to separate logging sources, you may instead want to just create additional tables within an existing database. To do this, you again use the -c option of eels_db_admin(1Meels). If the database you specify with this option already exists, eels_db_admin just adds the table you specify as an additional table.
For example, to add a table called ``Node_1'' to the
defaultdb database, use the following command:
eels_db_admin -c defaultdb Node_1 "Table for Node 1" \
"System Administrator"