1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-14 20:44:36 +01:00

5 lines
82 B
MySQL
Raw Normal View History

2017-12-18 16:25:26 -08:00
CREATE TABLE users (
id VARCHAR NOT NULL PRIMARY KEY,
name VARCHAR NOT NULL
)