File: create_test_table.sql

package info (click to toggle)
libcgi-uploader-perl 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 272 kB
  • ctags: 135
  • sloc: perl: 1,456; sql: 52; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
CREATE TABLE cgi_uploader_test (
	item_id   int primary key not null,
    test_file_id      int,
    test_file_gen_id  int,
	"100x100_gif_id"  int,
	img_1_thumb_1_id  int
)