mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
4 lines
84 B
MySQL
4 lines
84 B
MySQL
|
CREATE TABLE visible_tokens (
|
||
|
chain_id UNSIGNED INT,
|
||
|
address VARCHAR NOT NULL
|
||
|
);
|