database tag

146 questions


1 answers
302 views
0
I don't know if Cloudinary or database settings are wrong.

I asked the following questions and was able to set them up.When I tried to post an image in the production environment, an error occurred.The Cloudinary configuration I was referring to should have b...


1 answers
407 views
0
Some data is not registered in DB

I added data to sqlite using sqlalchemy.Only some data (in this case, password_hash) is not added and becomes null.I'm reviewing it myself, but I can't find any mistakes.Please point out any mistakes ...

1 years ago

1 answers
312 views
0
Using RDBs and Key-value DBs

How do I use RDB and key-value DB differently?Personally, I understand the difference between whether or not you can create an index later, but is this correct?


1 answers
271 views
0
Understanding Application and DB Server Communication Protocols

For example, if the node.js application is running on an EC2 instance and data is exchanged with an RDS instance, what communication protocol would the EC2 instance and the RDS instance be?When develo...

1 years ago

2 answers
426 views
0
Understanding the First Numbering of PostgreSQL Sequence

Question SummaryIn the sequence of PostgreSQL, we believe it will be numbered with the current value of +1 (if INCREMENT is 1).So the next time it's INSERTed, it's numbered 5+1 to 6.However, in the fi...

1 years ago

1 answers
382 views
0
Using CHAR and VARCHAR in MySQL

How do I use CHAR and VARCHAR differently in MySQL 5.7?I understood the following, but is it okay to put fixed length strings in VARCHAR and all VARCHAR?CHAR is a fixed length, so it stores a fixed le...

1 years ago

1 answers
474 views
0
Inquire how to design tables when creating dynamic bulletin boards

You are about to implement dynamically generated bulletin boards.I'm asking you this question because I'm curious about how other people implement it.Method 1: Push into one table.==> This method i...

1 years ago

1 answers
398 views
0
Unable to create database using db.create_all()

Using the video as a reference, create the following code (app.py) in the web application development course for todolist using Python.>>>from app import db>>>db.create_all()I would ...


2 answers
390 views
0
Understanding Table Normalization

I've been designing DB tables so far, and I always get lost.It's about whether the name should be on the transaction table.Generally, it is good to code names and manage them centrally in a master tab...


1 answers
283 views
0
I want to display the select box in enum and save the index number to DB.

macOS 10.15.6Ruby 2.5.7Rails 5.2.3[Rails] enum tutorial[Rails] What is enum?Tried creating a select box using enum -Qiita[Rails] Implementation of select boxes using enum and saving to DB - Qiita [Rai...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.