1
0
mirror of https://github.com/actix/examples synced 2025-01-23 14:24:35 +01:00

5 lines
82 B
MySQL
Raw Normal View History

CREATE TABLE users (
id VARCHAR NOT NULL PRIMARY KEY,
name VARCHAR NOT NULL
)