Open ghost opened 7 years ago
create a table in the cm_blog database called article
article
each article will have
Each column should have its own data type. Research which mysql data type should be used for each column and present your findings.
body
add your code to the schema.sql file
create table article
cm_blog-3-vb
create a table in the cm_blog database called
article
each article will have
Each column should have its own data type. Research which mysql data type should be used for each column and present your findings.
body
column.add your code to the schema.sql file