change column type mysql
ALTER TABLE table_name MODIFY field DATATYPE; ALTER TABLE table_name ALTER field SET DEFAULT CURRENT_TIMESTAMP();
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
ALTER TABLE table_name MODIFY field DATATYPE; ALTER TABLE table_name ALTER field SET DEFAULT CURRENT_TIMESTAMP();
CREATE TABLE new_tbl SELECT * FROM orig_tbl;
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…
db.createUser({ user:"danang", roles:, pwd:"powerr00t", })
run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http { include mime.types; default_type application/octet-stream; server { listen …
Saat menjalankan perintah: Yum update -y pada server centos, kadang terjadi error dengan muncul pesan kurang lebih seperti ini: root@server: yum update -y error: db5 error(11) from dbenv->open: Resource temporarily…
have 2 version of it postgres://username:password@127.0.0.1:5432/dbname AND postgresql://username:password@127.0.0.1:5432/dbname
mongodb://username:password@127.0.0.1:27017/dbname?authSource=admin
goto your vs code , settings and type flutter run additional args and remove args --no-sound-null safety, and flutter will work
so, Github in this time just support SSH protocol for clone private Repository, the first step in your local machine who wants to clone running this command to make your…