[][src]Function oapth::doc_tests::migration

pub fn migration() -> Migration
let _ = oapth::Migration::new(
   1,
   "create_author",
   "CREATE TABLE author (id INT NOT NULL PRIMARY KEY, name VARCHAR(50) NOT NULL)",
   "DROP TABLE author",
);