repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Create Server\ExportController controller
[phpmyadmin.git]
/
test
/
test_data
/
db_import.sql
blob
105817a68b7e316f70700b9cb58654ba62af3730
1
2
--
3
-- Table structure for table `test_table`
4
--
5
6
CREATE TABLE IF NOT EXISTS `test_table` (
7
`val` int(11) NOT NULL
8
) ENGINE=MyISAM DEFAULT CHARSET=latin1;