lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Change property storage to be more robust, probably varchar I assume #91

Closed austenmc closed 7 years ago

Vassyli commented 7 years ago

property storage is already varchar (or something along those lines) .... we just need something longer. text or blob. Since we don't need to search for the value, we could use blobs.

Vassyli commented 7 years ago

Looks like this is a non-issue - it is already text (I've looked at the wrong column). propertyName is varchar(255), propertyValue is text (2^16).