Files

14 lines
317 B
SQL
Raw Permalink Normal View History

2026-03-03 12:18:50 -04:00
/* This file was generated by ODB, object-relational mapping (ORM)
* compiler for C++.
*/
CREATE TABLE "GovernmentAddress" (
"id" TEXT NOT NULL PRIMARY KEY,
"addressLabel" TEXT NOT NULL,
"regionLookupKey" TEXT NOT NULL);
UPDATE "schema_version"
SET "version" = 2, "migration" = TRUE
WHERE "name" = '';