CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/installation/mysql/opdata/tables/chargecode.table

Summary

Maintainability
Test Coverage
use opdata;

DROP TABLE IF EXISTS `chargecode`;
CREATE TABLE `chargecode` (
  `staffID` varchar(4) default NULL,
  `chargecode` varchar(6) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;