DrizzleError: Failed to run the query 'CREATE TABLE `offline_entries_table` (
`id` text PRIMARY KEY NOT NULL,
`status` text DEFAULT 'UNSYNCED' NOT NULL,
`user_id` text(36) NOT NULL,
`base64` text,
`lat` real,
`lng` real,
`is_on_hold_time` integer,
`date` text NOT NULL,
`timezone_offset` integer NOT NULL,
`device` text NOT NULL,
`reason` text DEFAULT 'Not inform.',
`sync_error_message` text,
`updated_at` text,
`created_at` text DEFAULT (current_timestamp) NOT NULL
);
DrizzleError: Failed to run the query 'CREATE TABLE `offline_entries_table` (
`id` text PRIMARY KEY NOT NULL,
`status` text DEFAULT 'UNSYNCED' NOT NULL,
`user_id` text(36) NOT NULL,
`base64` text,
`lat` real,
`lng` real,
`is_on_hold_time` integer,
`date` text NOT NULL,
`timezone_offset` integer NOT NULL,
`device` text NOT NULL,
`reason` text DEFAULT 'Not inform.',
`sync_error_message` text,
`updated_at` text,
`created_at` text DEFAULT (current_timestamp) NOT NULL
);