@campus-labs/prisma-client 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +1 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -99,6 +99,7 @@ model initiatives {
|
|
|
99
99
|
title String @db.VarChar(100)
|
|
100
100
|
description String @db.VarChar(3000)
|
|
101
101
|
img Json
|
|
102
|
+
inscription_deadline DateTime @db.Timestamp(6)
|
|
102
103
|
start_date DateTime @db.Timestamp(6)
|
|
103
104
|
end_date DateTime @db.Timestamp(6)
|
|
104
105
|
typology String @db.VarChar(255)
|