Saturday, 30 April 2022

sql migration

 https://www.youtube.com/watch?v=Dh0DlCJQ-SQ

copy  database sql from one server to another server


alter column command

ALTER TABLE userregister

ALTER column ID bigint;

change datatype use this
if not work then goto table folders delete constrains which is nothing but primary key

No comments:

Post a Comment

Car pooling app

 I'll create a car pooling app with real-time vehicle tracking, pickup/drop time estimates, and a list of onboard users. Since we don...