|
|
@ -87,8 +87,8 @@ namespace Squidex.Infrastructure.MongoDb |
|
|
Bool = true, |
|
|
Bool = true, |
|
|
Byte = 0x2, |
|
|
Byte = 0x2, |
|
|
Bytes = new byte[] { 0x10, 0x12, 0x13 }, |
|
|
Bytes = new byte[] { 0x10, 0x12, 0x13 }, |
|
|
DateTimeOffset = DateTime.Today, |
|
|
DateTimeOffset = DateTime.UtcNow.Date, |
|
|
DateTime = DateTime.Today, |
|
|
DateTime = DateTime.UtcNow.Date, |
|
|
Float32 = 32.5f, |
|
|
Float32 = 32.5f, |
|
|
Float64 = 32.5d, |
|
|
Float64 = 32.5d, |
|
|
Guid = Guid.NewGuid(), |
|
|
Guid = Guid.NewGuid(), |
|
|
|