MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / rtt_setup_sql

Function rtt_setup_sql

xtask/src/main.rs:4212–4217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4210}
4211
4212fn rtt_setup_sql() -> &'static str {
4213 "\
4214CREATE TABLE t1 (id SERIAL PRIMARY KEY NOT NULL, a INTEGER);
4215CREATE TABLE t2 (id SERIAL PRIMARY KEY NOT NULL, a TEXT);
4216"
4217}
4218
4219fn rtt_cases() -> Vec<RttCase> {
4220 vec![

Calls

no outgoing calls

Tested by

no test coverage detected