used software stack WAMP
- considering there exists a databse:
- and a table under that database
- populated with fields:
- id with property: int, not null, primary key, auto increment
- title with property: not null, varchar(80)
- summary with property: not null, varchar(500)
- status with property: not null, varchar(40), default = "draft"