mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
4 lines
84 B
SQL
4 lines
84 B
SQL
CREATE TABLE visible_tokens (
|
|
chain_id UNSIGNED INT,
|
|
address VARCHAR NOT NULL
|
|
); |