Initial commit
This commit is contained in:
8
#pma/test/test_data/db_import.sql
Normal file
8
#pma/test/test_data/db_import.sql
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
--
|
||||
-- Table structure for table `test_table`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `test_table` (
|
||||
`val` int(11) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
Reference in New Issue
Block a user