INSERT INTO [dbo].[custom_fieldtype] ([field_type] ,[status] ,[insert_time],[insert_user]) VALUES ('input',1,'2022-11-11 10:11:11',1), ('radio',1,'2022-11-11 10:11:11',1),('checkbox',1,'2022-11-11 10:11:11',1),('select',1,'2022-11-11 10:11:11',1),('multiselect',1,'2022-11-11 10:11:11',1) ,('datetime',1,'2022-11-11 10:11:11',1),('selectarea',1,'2022-11-11 10:11:11',1) ,('fileupload',1,'2022-11-11 10:11:11',1) INSERT INTO [dbo].[customform_forms] ([form_name] ,[dep_id] ,[table_name] ,[status] ,[insert_time] ,[insert_user]) VALUES ('service_req_form',1,'service_req',1,'2022-11-11 10:10:10',1)