Skip to content

Commit f557bf6

Browse files
authored
Add files via upload
1 parent fe7aeba commit f557bf6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

database.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)