Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need to alter this table to change the data type of field phone from int to bigint in Mysql. what would be the command
I need to alter this table to change the data type of field phone from int to bigint in Mysql.
what would be the command to do so.
figured it out myself as
alter table customer change row phone int to bigint;
| Null | Key| Default | Extra int (11) varchar (30) NO varchar (40) NO varchar(50) | NO varchar (50) NO char (2) int (11) int (11) NO | PRI | NULL auto_increment first_name ast name st reet state zIp phone email address varchar (50) NO YES 0 0 0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started