[DiscordArchive] You mean, like the actual custom data holder, but saved to database?
[DiscordArchive] You mean, like the actual custom data holder, but saved to database?
Archived author: Zeeg • Posted: 2019-01-28T22:51:03.984000+00:00
Original source
You mean, like the actual custom data holder, but saved to database?
Archived author: MasterkinG32 • Posted: 2019-01-28T22:51:07.334000+00:00
Original source
for read convert string to JSON and search on that
Archived author: Shin • Posted: 2019-01-28T22:51:07.878000+00:00
Original source
I would rather create new tables than adding fields to existing ones
Archived author: Zeeg • Posted: 2019-01-28T22:51:09.290000+00:00
Original source
Because we have that
Archived author: MasterkinG32 • Posted: 2019-01-28T22:51:33.532000+00:00
Original source
Or we can do another way
Archived author: MasterkinG32 • Posted: 2019-01-28T22:51:41.071000+00:00
Original source
Make a table
Archived author: MasterkinG32 • Posted: 2019-01-28T22:51:45.265000+00:00
Original source
with few fields
Archived author: MasterkinG32 • Posted: 2019-01-28T22:52:03.173000+00:00
Original source
ID,Guid,Field,value
Archived author: MasterkinG32 • Posted: 2019-01-28T22:52:31.098000+00:00
Original source
finally modules can insert data into that table without need to make a new table ...
Archived author: MasterkinG32 • Posted: 2019-01-28T22:52:54.323000+00:00
Original source
IDK, It's just suggest