aboutsummaryrefslogtreecommitdiff
path: root/h-source/Examples/articles.txt
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Examples/articles.txt')
-rwxr-xr-xh-source/Examples/articles.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/h-source/Examples/articles.txt b/h-source/Examples/articles.txt
deleted file mode 100755
index db3f022..0000000
--- a/h-source/Examples/articles.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-create table articles (
- id int(5) not null auto_increment primary key,
- title varchar(100) not null,
- author varchar(100) not null,
- category varchar(100) not null,
- abstract text CHARACTER SET utf8 not null,
- content text CHARACTER SET utf8 not null
-); \ No newline at end of file