code-mates / blog

First project from code-mates meetup group
Apache License 2.0
1 stars 0 forks source link

create table article #3

Open ghost opened 7 years ago

ghost commented 7 years ago

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.

add your code to the schema.sql file