status-go/appdatabase/migrations/sql/1674136690_ens_usernames.up.sql

3 lines
98 B
MySQL
Raw Normal View History

2023-01-20 13:34:30 +03:00
CREATE TABLE ens_usernames (
"username" TEXT NOT NULL,
"chain_id" UNSIGNED BIGINT DEFAULT 1);