added an option to force the new issue type, and an option to link the issue to an...
[openemr.git] / sql / DBC_sql_statements / cl_productgroep_dbc.sql
blob3e57c82b55078eb77fab96bbd1053276b422af2b
1 -- phpMyAdmin SQL Dump
2 -- version 2.11.4
3 -- http://www.phpmyadmin.net
4 --
5 -- Host: localhost
6 -- Generation Time: Apr 03, 2008 at 04:09 PM
7 -- Server version: 4.1.20
8 -- PHP Version: 4.3.11
10 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
13 -- Database: `openemr`
16 -- --------------------------------------------------------
19 -- Table structure for table `cl_productgroep_dbc`
22 CREATE TABLE IF NOT EXISTS `cl_productgroep_dbc` (
23   `pc_productcode` mediumint(9) NOT NULL default '0' COMMENT 'sysid for productgroep',
24   `pc_dbc` int(11) NOT NULL default '0' COMMENT 'dbc id',
25   PRIMARY KEY  (`pc_dbc`)
26 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;