Make Uuid a datatype in PostgreSQL dialect

This commit is contained in:
Jovansonlee Cesar 2018-09-29 13:50:33 +08:00
parent da153bf848
commit 639f01d4e7
5 changed files with 11 additions and 2 deletions

View file

@ -38,6 +38,7 @@
#[macro_use]
extern crate log;
extern crate chrono;
extern crate uuid;
pub mod dialect;
pub mod sqlast;