phpmyadmin/tests/test_data/db_import.sql
Maurício Meneghini Fauth 1d1c55e250
Move test directory to tests
- Related to #18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-30 10:47:42 -03:00

9 lines
157 B
SQL

--
-- Table structure for table `test_table`
--
CREATE TABLE IF NOT EXISTS `test_table` (
`val` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;