14 lines
178 B
Rust
14 lines
178 B
Rust
use sea_query::{tests_cfg::*, *};
|
|
|
|
mod explain;
|
|
mod foreign_key;
|
|
mod index;
|
|
mod json_table;
|
|
mod query;
|
|
mod table;
|
|
mod types;
|
|
|
|
#[path = "../common.rs"]
|
|
mod common;
|
|
use common::*;
|