File: example_sqlite3.sql

package info (click to toggle)
hoel 1.4.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: ansic: 4,871; makefile: 239; sql: 38; sh: 28
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
-- License: MIT
CREATE TABLE other_test (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    name TEXT,
    age INTEGER,
    temperature FLOAT
);