Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Last active October 16, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorescodro/735a6cb32e6560113acc71e1a89506e9 to your computer and use it in GitHub Desktop.
Save igorescodro/735a6cb32e6560113acc71e1a89506e9 to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS Category (
`category_id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
`category_name` TEXT NOT NULL,
`category_color` TEXT NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment