We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7aeba commit f557bf6Copy full SHA for f557bf6
database.sql
@@ -0,0 +1,8 @@
1
+--
2
+-- Table structure for table `trash`
3
4
+
5
+CREATE TABLE IF NOT EXISTS `fromsub` (
6
+ `name` varchar(20) NOT NULL,
7
+ `msg` varchar(20) NOT NULL
8
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
0 commit comments