mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 00:38:07 +00:00
5 lines
102 B
SQL
5 lines
102 B
SQL
CREATE TABLE Users (
|
|
UserId INT64,
|
|
Name STRING(40),
|
|
Email STRING(83)
|
|
) PRIMARY KEY(UserId) |