
Storage_Regime
Description:
Name Null? Type
------------------------------- -------- ----
STORAGE_REGIME_ID NOT NULL NUMBER
STORAGE_LOCATION_ID NUMBER
STORAGE_REGIME_TEXT VARCHAR2(50)
- Primary Key:
- Storage_Regime_ID
- Foreign Key:
- Storage_Location_ID references
STORAGE_LOCATION(Storage_Location_ID)
I've corrupted this table from its original purpose. Now it's being used to
indicate the name of the collection in which a specimen is stored. As I write
this, I realize that this should be an Agent (as an Organization). OK, I'll get
right on it. For the time being, the Storage_Regime_ID is part of the primary
key of the (soon to be defunct, I hope)
Uses_Storage_Regime table.
Last updated: 20 November, 1997 by nfj.