db5.3/test/sql_codegen/data/bin_table.sql

4 lines
84 B
SQL

CREATE DATABASE numismatics;
CREATE TABLE table1 (att_bin bin(10) PRIMARY KEY);