1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/examples/diesel/migrations/20170124012402_create_users/up.sql

5 lines
82 B
MySQL
Raw Normal View History

2017-12-19 01:25:26 +01:00
CREATE TABLE users (
id VARCHAR NOT NULL PRIMARY KEY,
name VARCHAR NOT NULL
)