Categories
unknown
plain_text
a year ago
160 B
3
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