Categories

 avatar
unknown
plain_text
7 months ago
160 B
2
Indexable
USE [swp_pj_05f]
GO

INSERT INTO [dbo].[Categories] ([category_name], [is_hidden])
VALUES 
    ('Burgers', 0),
    ('Drinks', 0),
    ('Sides', 0);
GO
Editor is loading...
Leave a Comment