以下、MySQLで確認(SQLを直接発行するので、DBMSに依存する)
Entryモデル(entries テーブル)が存在する場合
Entry.connection.execute("TRUNCATE TABLE entries;")
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
以下、MySQLで確認(SQLを直接発行するので、DBMSに依存する)
Entryモデル(entries テーブル)が存在する場合
Entry.connection.execute("TRUNCATE TABLE entries;")
Register as a new user and use Qiita more conveniently
Go to list of users who liked