We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30b987 commit ac880d0Copy full SHA for ac880d0
mtsamples_chart_schema.sql
@@ -0,0 +1,9 @@
1
+CREATE TABLE mtsamples (
2
+id Serial PRIMARY KEY,
3
+description VARCHAR,
4
+medical_specialty VARCHAR,
5
+sample_name VARCHAR,
6
+transcription VARCHAR,
7
+keywords VARCHAR,
8
+tokenized_sents VARCHAR
9
+);
0 commit comments