File: create_table

package info (click to toggle)
libdbix-fulltextsearch-perl 0.73-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 500 kB
  • sloc: perl: 1,617; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7

CREATE TABLE __TABLE_NAME__ (
	text varchar(__WORD_LENGTH__) binary DEFAULT '' NOT NULL,
	idx longblob,
	PRIMARY KEY (text)
	);