(1.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.1ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (7.6ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.2ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.6ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.6ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.6ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.2ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.6ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.6ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.2ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.8ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.6ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.4ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.7ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.2ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.3ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (101.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.4ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (1.0ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.2ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (654.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.6ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (1.0ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.5ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.3ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (1.0ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.8ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.3ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.3ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.0ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.2ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.6ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (4.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.2ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.6ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (101.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.4ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (156.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.7ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.6ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.6ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.2ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.6ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.1ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.1ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.6ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.1ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.8ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.6ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.0ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (4.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.1ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.6ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.6ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (654.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.8ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.3ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.0ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (1.0ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (122.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.6ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.2ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.7ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.3ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.2ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.1ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (100.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.3ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.2ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.6ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.6ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.6ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.6ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.2ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.1ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (99.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (653.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.3ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.0ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (101.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (652.2ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.4ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.7ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.5ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.6ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.4ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.9ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.7ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.1ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") UPLOADEr iS TestEffectiveAssetsUploader  (1.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.9ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.0ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.9ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.0ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.6ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.9ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.8ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.8ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.7ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.1ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (0.7ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.4ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (1.2ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.9ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.9ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (1.3ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.7ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.0ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (0.9ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.8ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.7ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (0.8ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (0.7ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.2ms) CREATE TABLE "assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "tags" varchar(255), "user_id" integer, "content_type" varchar(255), "upload_file" varchar(255), "data" varchar(255), "processed" boolean DEFAULT 'f', "data_size" integer, "height" integer, "width" integer, "versions_info" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "aws_acl" varchar(255) DEFAULT 'public-read')   (1.1ms) CREATE INDEX "index_assets_on_content_type" ON "assets" ("content_type")  (1.0ms) CREATE INDEX "index_assets_on_user_id" ON "assets" ("user_id")  (0.7ms) CREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "asset_id" integer, "attachable_type" varchar(255), "attachable_id" integer, "position" integer, "box" varchar(255))  (0.8ms) CREATE INDEX "index_attachments_on_asset_id" ON "attachments" ("asset_id")  (1.0ms) CREATE INDEX "index_attachments_on_attachable_id" ON "attachments" ("attachable_id")  (1.2ms) CREATE INDEX "index_attachments_on_attachable_type_and_attachable_id" ON "attachments" ("attachable_type", "attachable_id")  (0.8ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")