ChakChan

Results 4 issues of ChakChan

- Hosting type - [x] Form.io - [ ] Local deployment - Version: - Formio.js version: 4.14.7 - Frontend framework: react 18.1.0 - Browser: chrome - Browser version: 101.0.4951.67 Signature...

bug

# Issue May I know is there anyway to set the timestamps column(@CreatedAt,@UpdatedAt,@DeletedAt) data type to "datetime" instead of "datetimeoffset" while using with mssql server? thx ## Versions - sequelize:6.21.6...

# Issue foreignKey cannot be set with allowNull:false ``` //BaseModel.ts @Table({ version: true }) export abstract class BaseModel< TModelAttributes, TCreationAttributes, > extends Model { @PrimaryKey @Default(DataType.UUIDV4) @Column(DataType.UUID) id: CreationOptional; }...

### Describe the bug **[UPDATE]** this also happen when the server-side validation failed, submit with value "9"(valid in client but not server), same issue happen. I'm not sure if this...