Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,


i'm going to design a table(Table1) and have Table1 Column statement like this: `CustStatus` enum('Active','Hold','Terminated') DEFAULT NULL,'.
please help me out to design this in table.
Posted

Enumerators are just descriptions for integer values, therefore the CustStatus column in your table should be an integer.
 
Share this answer
 
Enumerators are just descriptions for integer values, therefore the CustStatus column in your table should be an integer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900