mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-17 01:26:25 +00:00
4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
|
||
|
CREATE DATABASE numismatics;
|
||
|
|
||
|
CREATE TABLE table1 (att_varchar VARCHAR(20) PRIMARY KEY);
|