Commit bab8d1e
Add decimal(n,f) to core types (Tier 2)
Add fixed-point decimal as a core DataJoint type, allowing it to be
recorded in field comments using :type: syntax for reconstruction.
This provides scientists with a standardized type for exact numeric
precision use cases (financial data, coordinates, etc.).
Co-authored-by: dimitri-yatsenko <dimitri@datajoint.com>1 parent 164e7cc commit bab8d1e
File tree
2 files changed
+3
-0
lines changed- docs/src/design/tables
- src/datajoint
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments