aboutsummaryrefslogtreecommitdiff
path: root/h-source/Examples/boxes.txt
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:23:09 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:23:09 +0000
commit7fdac301801bc44f6fdb343187413bdfd2d5366c (patch)
tree5a18faacf0a20a781487a38cad1c305a49fe8951 /h-source/Examples/boxes.txt
parent7b265a7d6c39266952538ce2a05a799dabc27151 (diff)
h-source:added the driver entry for 3g-cards
Diffstat (limited to 'h-source/Examples/boxes.txt')
-rw-r--r--h-source/Examples/boxes.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/h-source/Examples/boxes.txt b/h-source/Examples/boxes.txt
deleted file mode 100644
index f27d7b1..0000000
--- a/h-source/Examples/boxes.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-create table boxes (
- id int(5) not null auto_increment primary key,
- title varchar(100) not null,
- xml text CHARACTER SET utf8 not null
-);