Skip to content

Commit

Permalink
med names usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yehster committed Dec 16, 2011
1 parent 73bd871 commit e2b80f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tables/dct_med_names_usage.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
delimiter $$

CREATE TABLE `dct_med_names_usage` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`rxaui_id` varchar(8) NOT NULL,
`frequency` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8$$

0 comments on commit e2b80f5

Please sign in to comment.