{
    "name": "labels",
    "columns": [
        "id",
        "name",
        "color",
        "description",
        "last_updated"
    ],
    "schema": "CREATE TABLE `labels` (\n\t`id` text PRIMARY KEY NOT NULL,\n\t`name` text NOT NULL,\n\t`color` text NOT NULL,\n\t`description` text DEFAULT '',\n\t`last_updated` text DEFAULT CURRENT_TIMESTAMP NOT NULL\n)"
}