Ticket #593 (new enhancement)
Adicionar comentarios sobre cada campo das tabelas do banco de dados
Reported by: | raphael.costa | Owned by: | raphael.costa |
---|---|---|---|
Priority: | minor | Milestone: | terrama2-4.0.0-beta1 |
Component: | gui-web | Version: | 4.0 |
Keywords: | Cc: | ||
Parent Tickets: | Platform: | WLA |
Description
Adicionar comentario nas colunas das tabelas criadas pela ORM Sequelize em webapp/models. Isso facilita a identificar o que cada atributo corresponde. Para adicionar um comentario, basta adicionar "comment" no campo respectivo. Por exemplo: (webapp/models/DataSeriesSemantics.js)
var DataSeriesSemantics = sequelize.define("DataSeriesSemantics", { ... collector: { attributes...., comment: "It defines if semantics can be used only dynamic data series registration (store)" }, ...
Mais informações podem ser encontradas em Link
Subtickets (add)
Change History
Note: See
TracTickets for help on using
tickets.