libdb/test/sql_codegen/data/integer_table.sql
2011-09-13 13:44:24 -04:00

4 lines
No EOL
88 B
SQL

CREATE DATABASE numismatics;
CREATE TABLE table1 (att_integer INTEGER PRIMARY KEY);