WorkFerret/tables/rate proj

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< WorkFerret
Revision as of 22:38, 6 June 2013 by Woozle (talk | contribs) (Created page with "==About== * '''Purpose''': determines which rates are available for which projects * '''History''': ** '''2013-06-06''' Design work started. ==SQL== <mysql>CREATE TABLE `rate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>