Skip to content

Criar tabela de coleções

collections

  • id (not null, serial, unique, primary key)
  • name (varchar(255))
  • description (text)
  • is_private (bool)
  • created_at (timestamp)
  • updated_at (timestamp)
  • deleted_at (timestamp)
  • thumbnail (varchar(255))
Edited by Richard Fernando Heise Ferreira