SQLite format 3@ E//9tablere_plan_workflowsre_plan_workflowsCREATE TABLE "re_plan_workflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "re_plan_id" integer, "re_workflow_id" integer, "position" integer)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)Wtablere_plansre_plansCREATE TABLE "re_plans" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(255), "title" varchar(255), "description" text, "plan_status" integer, "plan_version" integer, "created_at" datetime, "updated_at" datetime)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar  )20100308225008 )20100308225008     W8q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")Wtablere_plansre_plansCREATE TABLE "re_plans" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(255), "title" varchar(255), "description" text, "plan_status" integer, "plan_version" integer, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)E//9tablere_plan_workflowsre_plan_workflowsCREATE TABLE "re_plan_workflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "re_plan_id" integer, "re_workflow_id" integer, "position" integer) RM-indexindex_re_rules_on_re_workflow_idre_rules CREATE INDEX "index_re_rules_on_re_workflow_id" _%%tablere_workflowsre_workflowsCREATE TABLE "re_workflows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(255), "title" varchar(255), "description" text, "created_at" datetime, "updated_at" datetime) tablere_rulesre_rules CREATE TABLE "re_rules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "re_workflow_id" integer, "position" integer, "rule_class_name" varchar(255), "title" varchar(255), "summary" varchar(255), "data" text, "created_at" datetime, "updated_at" datetime)M-indexindex_re_rules_on_re_workflow_idre_rules CREATE INDEX "index_re_rules_on_re_workflow_id" ON "re_rules" ("re_workflow_id")+ g_indexindex_re_rules_on_re_workflow_id_and_positionre_rules CREATE INDEX "index_re_rules_on_re_workflow_id_and_position" ON "re_rules" ("re_workflow_id", "position")     |x 11tablere_published_plansre_published_plans CREATE TABLE "re_published_plans" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "plan_code" varchar(255), "plan_version" integer, "version_tag" varchar(255), "published_at" datetime, "data" text) W1Aindexindex_re_published_plans_on_plan_codere_published_plansCREATE INDEX "index_re_published_plans_on_plan_code" ON "re_published_plans" ("plan_code")P y1indexindex_re_published_plans_on_plan_code_and_plan_versionre_published_plansCREATE INDEX "index_re_published_plans_on_plan_code_and_plan_version" ON "re_published_plans" ("plan_code", "plan_version") ++Qtablere_process_runsre_process_runsCREATE TABLE "re_process_runs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "plan_code" varchar(255), "plan_version" integer, "process_status" integer, "created_at" datetime, "started_at" datetime, "finished_at" datetime)     P'W/Aindexindex_re_process_audits_on_process_idre_process_auditsCREATE INDEX "index_re_process_audits_on_process_id" ON "re_process_audits" ("process_id")Q+5indexindex_re_process_runs_on_plan_codere_process_runsCREATE INDEX "index_re_process_runs_on_plan_code" ON "re_process_runs" ("plan_code")![+Iindexindex_re_process_runs_on_process_statusre_process_runsCREATE INDEX "index_re_process_runs_on_process_status" ON "re_process_runs" ("process_status")S+9indexindex_re_process_runs_on_started_atre_process_runsCREATE INDEX "index_re_process_runs_on_started_at" ON "re_process_runs" ("started_at")U+=indexindex_re_process_runs_on_finished_atre_process_runsCREATE INDEX "index_re_process_runs_on_finished_at" ON "re_process_runs" ("finished_at")V//[tablere_process_auditsre_process_auditsCREATE TABLE "re_process_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "process_id" integer, "created_at" datetime, "code" integer, "message" varchar(255))