Categories

 avatar
unknown
plain_text
5 months ago
160 B
1
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