DDD icon indicating copy to clipboard operation
DDD copied to clipboard

Unknown type timestamp while generating SQL

Open ivanp83 opened this issue 2 years ago • 0 comments

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' }, });

ivanp83 avatar Mar 31 '23 09:03 ivanp83