Skip to content

Commit

Permalink
initial info
Browse files Browse the repository at this point in the history
  • Loading branch information
yehster committed Dec 7, 2011
0 parents commit 73bd871
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tables/dct_entry_statuses.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CREATE TABLE `openemr`.`dct_entry_statuses` (
`uuid` VARCHAR(36) NOT NULL ,
`modified` DATETIME NULL ,
`created` DATETIME NULL ,
`author` VARCHAR(45) NOT NULL ,
`entry_id` VARCHAR(36) NOT NULL ,
`status` INT NOT NULL ,
PRIMARY KEY (`uuid`) ,
INDEX `entry` (`entry_id` ASC) );
Expand Down

0 comments on commit 73bd871

Please sign in to comment.