Changes between Version 2 and Version 3 of ddlScript-with-help-of-AI.sql


Ignore:
Timestamp:
12/30/25 11:38:27 (17 hours ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ddlScript-with-help-of-AI.sql

    v2 v3  
    11{{{#!sql
    2 -- Delete tables if they exist (in reverse dependency order)
     2-- Delete tables if they exist
    33DROP TABLE IF EXISTS category;
    44DROP TABLE IF EXISTS store;