bug fixins (#1951)
[openemr.git] / interface / forms / requisition / table.sql
blob3237fa1f3b719fc72f681e58e4c9051043b02b8e
1 --
2 -- Table structure for table `requisition`
3 --
5 CREATE TABLE `requisition` (
6   `id` bigint(19) NOT NULL PRIMARY KEY AUTO_INCREMENT,
7   `req_id` varchar(90) NOT NULL,
8   `pid` int(11) NOT NULL,
9   `lab_id` bigint(35) NOT NULL
10 ) ENGINE=InnoDB;