File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "definition" : " এ সিকুয়েন্স অফ ইউনিকোড ক্যারেক্টারস" ,
1919 "code" : " String"
2020 },
21+ {
22+ "definition" : " স্কেলার লিস্ট" ,
23+ "code" : " [String]"
24+ },
2125 {
2226 "definition" : " বুলিয়ান" ,
2327 "code" : " Boolean"
4347 "code" : " Bytes"
4448 }
4549 ]
50+ }, {
51+ "title" : " এট্রিবিউট (Attributes)" ,
52+ "items" : [{
53+ "definition" : " ইউনিক আইডি" ,
54+ "code" : " @id"
55+ },
56+ {
57+ "definition" : " ইউনিক" ,
58+ "code" : " @unique"
59+ },
60+ {
61+ "definition" : " রিলেশন" ,
62+ "code" : " @relation"
63+ },
64+ {
65+ "definition" : " আপডেট অন ক্রিয়েট" ,
66+ "code" : " @updatedAt"
67+ },
68+ {
69+ "definition" : " ইগনোর ক্রিয়েট" ,
70+ "code" : " @ignore"
71+ }
72+ ]
73+ }, {
74+ "title" : " ফাংশন (Functions)" ,
75+ "items" : [{
76+ "definition" : " ইউনিক আইডি এবং ইনক্রিমেন্ট" ,
77+ "code" : " @id @default(autoincrement())"
78+ },
79+ {
80+ "definition" : " ইউনিক আইডি এবং কলিশন রেজিস্টেন্ট আইডি" ,
81+ "code" : " @id @default(cuid())"
82+ },
83+ {
84+ "definition" : " বর্তমান টাইমস্ট্যাম্প" ,
85+ "code" : " @default(now())"
86+ }
87+ ]
4688 }]
4789}
You can’t perform that action at this time.
0 commit comments