aboutsummaryrefslogtreecommitdiff
path: root/tablequery.txt
diff options
context:
space:
mode:
authorRessMic <binarynoodle44@gmail.com>2021-08-23 17:04:38 +0200
committerRessMic <binarynoodle44@gmail.com>2021-08-23 17:04:38 +0200
commit3efbac9f5067726c4d2efe84940301ff3e988e16 (patch)
treec0084d8a446b2b451e7f50f50b5e6a58652401e2 /tablequery.txt
parent8112d3cfcb677617f33f154158baf6c193999153 (diff)
downloadguestbookPHP-main.tar.gz
guestbookPHP-main.tar.bz2
guestbookPHP-main.zip
Sending instructions and the filesHEADmain
Diffstat (limited to 'tablequery.txt')
-rw-r--r--tablequery.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tablequery.txt b/tablequery.txt
new file mode 100644
index 0000000..7f9a148
--- /dev/null
+++ b/tablequery.txt
@@ -0,0 +1,6 @@
+ create table guestbook(
+ g_id INT NOT NULL AUTO_INCREMENT,
+ g_name VARCHAR(100) NOT NULL,
+ g_message TEXT NOT NULL,
+ PRIMARY KEY ( g_id )
+); \ No newline at end of file