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

4 lines
No EOL
86 B
SQL

CREATE DATABASE numismatics;
CREATE TABLE table1 (att_bigint BIGINT PRIMARY KEY);