mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
5 lines
82 B
SQL
5 lines
82 B
SQL
CREATE TABLE users (
|
|
id VARCHAR NOT NULL PRIMARY KEY,
|
|
name VARCHAR NOT NULL
|
|
)
|