Skip to content

Instantly share code, notes, and snippets.

@marlenezw
Created March 24, 2022 13:42
Show Gist options
  • Save marlenezw/351c948af2325a3fba2a720fa69e8aca to your computer and use it in GitHub Desktop.
Save marlenezw/351c948af2325a3fba2a720fa69e8aca to your computer and use it in GitHub Desktop.
Check sqlite table has been created
.tables (this lets you check the table has been correctly created)
.schema civicArtTable (describes the table)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment