[][src]Trait diesel::backend::SupportsDefaultKeyword

pub trait SupportsDefaultKeyword { }
[]

Does this backend support the bare DEFAULT keyword?

Implementors

impl SupportsDefaultKeyword for Mysql[src]