All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.migration.V20150520222329__AddUserIsBot.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
ALTER TABLE users ADD COLUMN is_bot boolean NOT NULL default false;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy