DDD
DDD copied to clipboard
Unknown type timestamp while generating SQL
Try to use timestamp and jsonb type having next Error
Generating SQL DDL script /db Error: Unknown type timestamp
Generating SQL DDL script /db Error: Unknown type jsonb
Block of code ({ Entity: {}, name: { type: 'string', length: { min: 1, max: 64 }, unique: true }, description: { type: 'string' }, image: 'Image', createdAt: { type: 'timestamp' }, });