File: entry.sql

package info (click to toggle)
libdata-objectdriver-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 824 kB
  • sloc: perl: 3,971; sql: 75; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
CREATE TABLE entry (
  id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
  blog_id INTEGER,
  title VARCHAR(50),
  text MEDIUMTEXT
)