File: create_test_table.sql

package info (click to toggle)
libcgi-uploader-perl 2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 139
  • sloc: perl: 1,456; sql: 52; makefile: 45
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
)