mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
ee6067e98c
The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length. see https://dev.mysql.com/doc/refman/5.7/en/char.html |
||
---|---|---|
.. | ||
cassandra_store | ||
embedded_filer | ||
flat_namespace | ||
mysql_store | ||
postgres_store | ||
redis_store | ||
client_operations.go | ||
filer.go |