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

3 lines
98 B
MySQL
Raw Normal View History

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