Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column name

Type

Constraints

id

integer

primary key

title

string(255)

 

content

string(4000)

 

creationDate

timestamp

 

lastModified

timestamp

 

author

integer

relation with Author

...