/
Database setup
Citesphere Documentation
Database setup
Create the database with the write character set.
CREATE DATABASE citesphere CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
After tables have been created (app has started up), the following needs to be changed:
alter table jv_snapshot modify state longtext;
, multiple selections available,
Related content
Part 3: Data Access and Service Layer
Part 3: Data Access and Service Layer
More like this
Developer Documentation
Developer Documentation
More like this
API Documentation
API Documentation
More like this
Peer not authenticated Error
Peer not authenticated Error
More like this
UnmappableCharacterException error in pom.xml plugin
UnmappableCharacterException error in pom.xml plugin
More like this
How to override Maven properties
How to override Maven properties
More like this