9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
|
[
|
||
|
'{{repeat(100)}}',
|
||
|
{
|
||
|
DateRDV: '{{date(new Date(2015, 0, 1), new Date(), "YYYY-MM-dd hh:mm:ss")}}',
|
||
|
Duree: '{{random(30,60)}}',
|
||
|
Patient_Id: '{{integer(1,100)}}',
|
||
|
Medecin_Id: '{{integer(1,100)}}'
|
||
|
}
|
||
|
]
|