mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-17 18:44:23 +00:00
14 lines
314 B
SQL
14 lines
314 B
SQL
/* 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" = 1
|
|
WHERE "name" = '';
|
|
|