Appearance
NocoDB
NocoDB ,官网 https://nocodb.com/ ,代码仓库 https://github.com/nocodb/nocodb 。
NocoDB 支持自部署,Id 为自增数字,和其他云服务区别开来。
docker run -d \
--name noco \
-v "$(pwd)"/nocodb:/usr/app/data/ \
-p 8080:8080 \
nocodb/nocodb:latest访问网址,填写邮箱、密码,填写问卷调查。
字段类型:
- Links
- Lookup
- Single line text
- Long text
- Number
- Decimal
- Attachment
- Checkbox
- Multi select
- Single select
- Year
- Time
- Phone number
- URL
- Currency
- Percent
- Duration
- Rating
- Formula
- Rollup
- Date time
- Qr code
- Barcode
- Geometry
- Geo data
- JSON
- User
- Button
- Created time
- Last modified time
- Created by
- Last midified by