mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
14 lines
314 B
MySQL
14 lines
314 B
MySQL
|
|
/* 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" = '';
|
||
|
|
|