mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-17 01:26:25 +00:00
5 lines
127 B
MySQL
5 lines
127 B
MySQL
|
CREATE DATABASE numismatics; /*+ CACHESIZE = 16m */
|
||
|
|
||
|
CREATE TABLE coin (cid INT(8),
|
||
|
unit VARCHAR(20));
|