md_designer/
constant.rs

1use lazy_static::lazy_static;
2
3lazy_static! {
4    pub static ref AUTO_INCREMENT_KEY: String = String::from("AUTOINCREMENT");
5    pub static ref CUSTOM_PREFIX_KEY: String = String::from("CUSTOMPREFIX");
6}