WorkFerret/tables/rate proj
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Purpose: determines which rates are available for which projects
- History:
- 2013-06-06 Design work started.
SQL
<mysql>CREATE TABLE `rate_proj` (
ID_Rate INT(4) NOT NULL, ID_Proj INT(4) NOT NULL
) ENGINE=MyISAM;</mysql>
