status-go/appdatabase/migrations/sql/1674136690_ens_usernames.up.sql
2023-01-20 13:34:30 +03:00

3 lines
98 B
SQL

CREATE TABLE ens_usernames (
"username" TEXT NOT NULL,
"chain_id" UNSIGNED BIGINT DEFAULT 1);