nocobase/packages/core/database/src/fields
ChengLei Shao 2289bb7418
chore: remove field from db (#3233)
* chore: remove field from db

* fix: test

* chore: test
2023-12-19 20:49:34 +08:00
..
array-field.ts
belongs-to-field.ts
belongs-to-many-field.ts chore(database): clean invalid associations in collection model when set field failed (#2720) 2023-09-27 22:03:04 +08:00
boolean-field.ts
context-field.ts
date-field.ts
field.ts chore: remove field from db (#3233) 2023-12-19 20:49:34 +08:00
has-inverse-field.ts
has-many-field.ts fix: sort by association collection (#3058) 2023-11-18 22:02:21 +08:00
has-one-field.ts
index.ts
json-field.ts feat: support JSONB (#2321) 2023-07-30 09:51:39 +08:00
number-field.ts
password-field.ts
radio-field.ts
relation-field.ts
set-field.ts
sort-field.ts feat: mariadb support (#3052) 2023-11-20 08:54:40 +08:00
string-field.ts
text-field.ts
time-field.ts
uid-field.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
uuid-field.ts
virtual-field.ts