File: recipes.sql

package info (click to toggle)
libdata-objectdriver-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 760 kB
  • sloc: perl: 3,774; sql: 59; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
CREATE TABLE recipes (
  recipe_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
  partition_id SMALLINT,
  title VARCHAR(50)
)